From ec31adcd4130b33b14e76ad10e55e6c3a86897cc Mon Sep 17 00:00:00 2001 From: scjody Date: Wed, 13 Jun 2007 21:08:24 +0000 Subject: [PATCH] Branch b1_6 Rename autoMakefile.toplevel.am back to autoMakefile.am.toplevel to fix other branches (the top level lustre module is shared between most branches, unfortunately.) b=12068 --- autoMakefile.am | 2 +- build/{autoMakefile.toplevel.am => autoMakefile.am.toplevel} | 0 ldiskfs/autoMakefile.am | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename build/{autoMakefile.toplevel.am => autoMakefile.am.toplevel} (100%) diff --git a/autoMakefile.am b/autoMakefile.am index d9d97dd..a2ad3f6 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -3,7 +3,7 @@ DIST_SUBDIRS := @SNMP_DIST_SUBDIR@ libsysio ldiskfs lnet lustre SOURCES_SUBDIRS := @LDISKFS_SUBDIR@ lnet lustre RPM_SUBDIRS := @LDISKFS_SUBDIR@ -include build/autoMakefile.toplevel.am +include build/autoMakefile.am.toplevel EXTRA_DIST += config.h.in diff --git a/build/autoMakefile.toplevel.am b/build/autoMakefile.am.toplevel similarity index 100% rename from build/autoMakefile.toplevel.am rename to build/autoMakefile.am.toplevel diff --git a/ldiskfs/autoMakefile.am b/ldiskfs/autoMakefile.am index b73008e..9e9a2cd 100644 --- a/ldiskfs/autoMakefile.am +++ b/ldiskfs/autoMakefile.am @@ -2,6 +2,6 @@ SUBDIRS := . ldiskfs SOURCES_SUBDIRS := ldiskfs DIST_SUBDIRS := ldiskfs -include build/autoMakefile.toplevel.am +include build/autoMakefile.am.toplevel EXTRA_DIST += kernel_patches -- 1.8.3.1