From 75684bba932e1f6100bb30b85415e41c78b9cd44 Mon Sep 17 00:00:00 2001 From: gord-fig Date: Sat, 10 Aug 2002 19:26:10 +0000 Subject: [PATCH] Silence remaining 4 warnings. --- lustre/extN/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/extN/Makefile.am b/lustre/extN/Makefile.am index a7fb07c..27dde22 100644 --- a/lustre/extN/Makefile.am +++ b/lustre/extN/Makefile.am @@ -14,7 +14,7 @@ EXTNC = balloc.c bitmap.c dir.c file.c fsync.c ialloc.c inode.c ioctl.c EXTNC+= namei.c super.c symlink.c EXTNI = extN_fs.h extN_fs_i.h extN_fs_sb.h extN_jbd.h EXTN_EXTRA = include/linux/xattr.h include/linux/extN_xattr.h fs/extN/xattr.c fs/extN/hash.c -extN_SOURCES = $(EXTNC) $(EXTNI) xattr.c # punch.c +extN_SOURCES = $(EXTNC) 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 = $(extN_SOURCES) patch-stamp *.orig *.rej @@ -62,7 +62,7 @@ patch-stamp: $(EXTNP) fi echo timestamp > $@ -$(extN_SOURCES) $(EXTN_EXTRA): patch-stamp +$(extN_SOURCES) $(EXTNI) $(EXTN_EXTRA): patch-stamp # Don't distribute any patched files. dist-hook: -- 1.8.3.1