]> sourceware.org Git - dm.git/commitdiff
fix makefile v1_02_05
authorAlasdair Kergon <agk@redhat.com>
Wed, 19 Apr 2006 17:32:05 +0000 (17:32 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 19 Apr 2006 17:32:05 +0000 (17:32 +0000)
dmeventd/Makefile.in

index 3ac5cb92b10f9897dd3e41275212c4f3f02dd37f..994076f0ee32ebef984feb165e7b51a3ca3e08d9 100644 (file)
@@ -43,7 +43,7 @@ ifeq ("@PKGCONFIG@", "yes")
   INSTALL_TYPE += install_pkgconfig
 endif
 
-install: $(INSTALL_TYPE)
+install: $(INSTALL_TYPE) install_include
 
 install_include:
        $(INSTALL) -D $(OWNER) $(GROUP) -m 444 libdevmapper-event.h \
This page took 0.027058 seconds and 5 git commands to generate.