From 5a8cf9e1d90730d671b3af96d82c3bd23ca999aa Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 28 Apr 2004 06:31:15 +0000 Subject: [PATCH] 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 --- lnet/libcfs/autoMakefile.am | 2 +- lustre/portals/libcfs/autoMakefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 1.8.3.1