From a713dea5e7a75a6d13a0a2a128d754067eb8f9dd Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 12 Jun 2002 20:04:21 +0000 Subject: [PATCH] Make sure we clean up all the generated extN files on "make distclean" --- lustre/extN/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/extN/Makefile.am b/lustre/extN/Makefile.am index 5202d9e..c34c1cb 100644 --- a/lustre/extN/Makefile.am +++ b/lustre/extN/Makefile.am @@ -17,7 +17,7 @@ EXTN_EXTRA = include/linux/xattr.h include/linux/extN_xattr.h fs/extN/xattr.c extN_SOURCES = $(EXTNC) $(EXTNI) xattr.c # punch.c extN_DEPENDENCIES = patch-stamp EXTRA_DIST = $(EXTNP) extN-2.4.18-ino_sb_fixup.diff extN-2.4.18-exports.diff -DISTCLEANFILES = $(EXTNC) $(EXTNI) patch-stamp *.orig *.rej +DISTCLEANFILES = $(extN_SOURCES) patch-stamp *.orig *.rej SUB=-e "s/ext3/extN/g" -e "s/EXT3/EXTN/g" include $(top_srcdir)/Rules -- 1.8.3.1