Whamcloud - gitweb
b=3031
[fs/lustre-release.git] / lnet / lnet / autoMakefile.am
index 136f870..b8d9aec 100644 (file)
@@ -1,8 +1,3 @@
-# Copyright (C) 2002  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
 my_sources =    api-errno.c api-ni.c api-wrap.c \
                lib-init.c lib-me.c lib-msg.c lib-eq.c \
                lib-md.c lib-move.c lib-ni.c lib-pid.c
@@ -35,7 +30,7 @@ portals_LDADD := $(EXTRA_KLIBS)
 
 plist_DATA := Info.plist
 
-install-data-hook: fix-kext-ownership
+install_data_hook := fix-kext-ownership
 
 endif # DARWIN
 
@@ -43,7 +38,9 @@ endif # MODULES
 
 endif # CRAY_PORTALS
 
+install-data-hook: $(install_data_hook)
+
 EXTRA_DIST := Info.plist
 
-MOSTLYCLEANFILES = *.o *.ko *.mod.c portals
+MOSTLYCLEANFILES = .*.flags *.o *.ko *.mod.c portals
 DIST_SOURCES = $(portals-objs:%.o=%.c)