projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
548ffd4
)
update e2p target to match condensed files
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 7 May 2005 07:16:54 +0000
(07:16 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 7 May 2005 07:16:54 +0000
(07:16 -0000)
e2fsprogs/Makefile.in
patch
|
blob
|
history
diff --git
a/e2fsprogs/Makefile.in
b/e2fsprogs/Makefile.in
index 668d901669e54796b2f0b371595afeb8a417cd5a..f4137e9a4302ee9aeca38d6699bebcb7d6946106 100644
(file)
--- a/
e2fsprogs/Makefile.in
+++ b/
e2fsprogs/Makefile.in
@@
-36,8
+36,7
@@
$(E2FSPROGS_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
E2P_SRC_LIST := \
- fgetflags.c fsetflags.c \
- fgetversion.c fsetversion.c \
+ fgetsetflags.c fgetsetversion.c \
pf.c iod.c
E2P_SRC := $(patsubst %, $(E2FSPROGS_DIR)/e2p/%, $(E2P_SRC_LIST))
$(E2FSPROGS_DIR)e2p.o: $(E2P_SRC)