Whamcloud - gitweb
Add empty install-data-hook rule on non-darwin
authorjacob <jacob>
Sat, 5 Feb 2005 00:52:19 +0000 (00:52 +0000)
committerjacob <jacob>
Sat, 5 Feb 2005 00:52:19 +0000 (00:52 +0000)
lnet/klnds/socklnd/autoMakefile.am
lnet/libcfs/autoMakefile.am
lnet/lnet/autoMakefile.am

index 63c095d..5abd135 100644 (file)
@@ -21,13 +21,15 @@ ksocknal_LDADD := $(EXTRA_KLIBS)
 
 plist_DATA := Info.plist
 
-install-data-hook: fix-kext-ownership
+install_data_hook := fix-kext-ownership
 
 endif
 
 endif
 endif
 
+install-data-hook: $(install_data_hook)
+
 EXTRA_DIST := Info.plist
 
 MOSTLYCLEANFILES = *.o *.ko *.mod.c socknal_lib.c
index 824ab1a..92959e5 100644 (file)
@@ -26,12 +26,14 @@ libcfs_LDADD := $(EXTRA_KLIBS)
 
 plist_DATA := Info.plist
 
-install-data-hook: fix-kext-ownership
+install_data_hook := fix-kext-ownership
 
 endif
 
 endif
 
+install-data-hook: $(install_data_hook)
+
 EXTRA_DIST := Info.plist
 
 MOSTLYCLEANFILES = *.o *.ko *.mod.c linux-*.c linux/*.o darwin/*.o libcfs
index 136f870..10cde66 100644 (file)
@@ -35,7 +35,7 @@ portals_LDADD := $(EXTRA_KLIBS)
 
 plist_DATA := Info.plist
 
-install-data-hook: fix-kext-ownership
+install_data_hook := fix-kext-ownership
 
 endif # DARWIN
 
@@ -43,6 +43,8 @@ endif # MODULES
 
 endif # CRAY_PORTALS
 
+install-data-hook: $(install_data_hook)
+
 EXTRA_DIST := Info.plist
 
 MOSTLYCLEANFILES = *.o *.ko *.mod.c portals