]> sourceware.org Git - lvm2.git/commitdiff
makefiles: wait till include is populated
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 16 Apr 2014 09:58:32 +0000 (11:58 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 18 Apr 2014 14:38:48 +0000 (16:38 +0200)
Since libdaemon needs configure.h header, wait forl links.

Makefile.in

index d248a0e635de03a892931aa87cdb8cb07c7bd86f..641b833642ed18e195e41acf94a724dd6a622777 100644 (file)
@@ -51,6 +51,7 @@ DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl
 include make.tmpl
 
 libdm: include
+libdaemon: include
 lib: libdm libdaemon
 liblvm: lib
 daemons: lib libdaemon tools
This page took 0.043445 seconds and 5 git commands to generate.