From: wangdi Date: Mon, 13 Oct 2003 10:28:59 +0000 (+0000) Subject: remove redundant fsfilt_ext3.o in Makefile.mk X-Git-Tag: v1_7_0_51~2^7~411 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1b1d91aeecc8997b2ece2caa2dd697e170d9a306;p=fs%2Flustre-release.git remove redundant fsfilt_ext3.o in Makefile.mk --- diff --git a/lustre/lvfs/Makefile.mk b/lustre/lvfs/Makefile.mk index c866ba9..81c177a 100644 --- a/lustre/lvfs/Makefile.mk +++ b/lustre/lvfs/Makefile.mk @@ -1,4 +1,4 @@ include $(src)/../portals/Kernelenv obj-y += lvfs.o fsfilt_ext3.o -lvfs-objs := fsfilt.o fsfilt_ext3.o lvfs_common.o lvfs_linux.o +lvfs-objs := fsfilt.o lvfs_common.o lvfs_linux.o