[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <48996A37.1060401@cn.fujitsu.com>
Date: Wed, 06 Aug 2008 17:09:11 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: "Theodore Ts'o" <tytso@....edu>
CC: linux-ext4@...r.kernel.org
Subject: [PATCH 2/3][e2fsprogs] fix a typo in lib/e2p/Makefile.in
Signed-off-by: Li Zefan <lizf@...fujitsu.com>
---
lib/e2p/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in
index 494ecd2..6557480 100644
--- a/lib/e2p/Makefile.in
+++ b/lib/e2p/Makefile.in
@@ -28,7 +28,7 @@ SRCS= $(srcdir)/feature.c $(srcdir)/fgetflags.c \
$(srcdir)/ls.c $(srcdir)/mntopts.c $(srcdir)/parse_num.c \
$(srcdir)/pe.c $(srcdir)/pf.c $(srcdir)/ps.c \
$(srcdir)/setflags.c $(srcdir)/setversion.c $(srcdir)/uuid.c \
- $(srcdir)/ostype.c $(srcdir)/percent.o
+ $(srcdir)/ostype.c $(srcdir)/percent.c
HFILES= e2p.h
LIBRARY= libe2p
--
1.5.4.rc3
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists