From: adilger Date: Wed, 28 Apr 2004 06:31:15 +0000 (+0000) Subject: Revert build change for "make rpms". While this change was more correct (it X-Git-Tag: v1_8_0_110~486^5~229 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=5a8cf9e1d90730d671b3af96d82c3bd23ca999aa;p=fs%2Flustre-release.git Revert build change for "make rpms". While this change was more correct (it worked properly on RH9) for some reason it didn't work on RH7.3, and prevented the "make; make rpms" workaround from helping. b=3294 --- diff --git a/lnet/libcfs/autoMakefile.am b/lnet/libcfs/autoMakefile.am index ac83541..50adb3f 100644 --- a/lnet/libcfs/autoMakefile.am +++ b/lnet/libcfs/autoMakefile.am @@ -17,4 +17,4 @@ sources: MOSTLYCLEANFILES = *.o *.ko *.mod.c CLEANFILES = sources lib-*.c api-*.c -DIST_SOURCES = $(libcfs-objs:%.o=%.c) +DIST_SOURCES = $(portals-objs:%.o=%.c) diff --git a/lustre/portals/libcfs/autoMakefile.am b/lustre/portals/libcfs/autoMakefile.am index ac83541..50adb3f 100644 --- a/lustre/portals/libcfs/autoMakefile.am +++ b/lustre/portals/libcfs/autoMakefile.am @@ -17,4 +17,4 @@ sources: MOSTLYCLEANFILES = *.o *.ko *.mod.c CLEANFILES = sources lib-*.c api-*.c -DIST_SOURCES = $(libcfs-objs:%.o=%.c) +DIST_SOURCES = $(portals-objs:%.o=%.c)