aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-07 07:16:54 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-07 07:16:54 +0000
commit56d644269abd8326142d1e8b0453a5120065128c (patch)
treefd2d78517d5235fa8dc6455b66242fa23367f95e
parent6012e065b1e6d59e9b7fbf230c26785d63fa9663 (diff)
downloadbusybox-w32-56d644269abd8326142d1e8b0453a5120065128c.tar.gz
busybox-w32-56d644269abd8326142d1e8b0453a5120065128c.tar.bz2
busybox-w32-56d644269abd8326142d1e8b0453a5120065128c.zip
update e2p target to match condensed files
git-svn-id: svn://busybox.net/trunk/busybox@10261 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--e2fsprogs/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/e2fsprogs/Makefile.in b/e2fsprogs/Makefile.in
index 668d90166..f4137e9a4 100644
--- a/e2fsprogs/Makefile.in
+++ b/e2fsprogs/Makefile.in
@@ -36,8 +36,7 @@ $(E2FSPROGS_DIR)%.o: $(srcdir)/%.c
36 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< 36 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
37 37
38E2P_SRC_LIST := \ 38E2P_SRC_LIST := \
39 fgetflags.c fsetflags.c \ 39 fgetsetflags.c fgetsetversion.c \
40 fgetversion.c fsetversion.c \
41 pf.c iod.c 40 pf.c iod.c
42E2P_SRC := $(patsubst %, $(E2FSPROGS_DIR)/e2p/%, $(E2P_SRC_LIST)) 41E2P_SRC := $(patsubst %, $(E2FSPROGS_DIR)/e2p/%, $(E2P_SRC_LIST))
43$(E2FSPROGS_DIR)e2p.o: $(E2P_SRC) 42$(E2FSPROGS_DIR)e2p.o: $(E2P_SRC)