Whamcloud - gitweb
Revert build change for "make rpms". While this change was more correct (it
authoradilger <adilger>
Wed, 28 Apr 2004 06:31:15 +0000 (06:31 +0000)
committeradilger <adilger>
Wed, 28 Apr 2004 06:31:15 +0000 (06:31 +0000)
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
lustre/portals/libcfs/autoMakefile.am

index ac83541..50adb3f 100644 (file)
@@ -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)
index ac83541..50adb3f 100644 (file)
@@ -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)