From 286f298bb79a43b61baab36582481df93e84137b Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 1 Aug 2012 13:54:32 +0200 Subject: [PATCH] Fix dependecy build for scripts dir Since now scripts builds binaries, build needs to wait for libs. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 04746d147..d957e260e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -56,6 +56,7 @@ liblvm: lib daemons: lib libdaemon tools tools: lib libdaemon device-mapper po: tools daemons +scripts: liblvm libdm lib.device-mapper: include.device-mapper libdm.device-mapper: include.device-mapper -- 2.43.5