X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Flnet%2FautoMakefile.am;h=bd05e93895dae6171b1c862c4432401df3eddbfb;hb=c2b877b6df0cf4ba3c572bcf6c5a25ed2efb2e1c;hp=136f87071bbce4e4b087b23d959e44ec12f494ab;hpb=00f255b8c00dff66481a6ab22391869217b5d8af;p=fs%2Flustre-release.git diff --git a/lnet/lnet/autoMakefile.am b/lnet/lnet/autoMakefile.am index 136f870..bd05e93 100644 --- a/lnet/lnet/autoMakefile.am +++ b/lnet/lnet/autoMakefile.am @@ -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 := @MOSTLYCLEANFILES@ portals DIST_SOURCES = $(portals-objs:%.o=%.c)