update e2p target to match condensed files

This commit is contained in:
Mike Frysinger 2005-05-07 07:16:54 +00:00
parent 548ffd49a3
commit 6adfd349e9

View File

@ -36,8 +36,7 @@ $(E2FSPROGS_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
E2P_SRC_LIST := \ E2P_SRC_LIST := \
fgetflags.c fsetflags.c \ fgetsetflags.c fgetsetversion.c \
fgetversion.c fsetversion.c \
pf.c iod.c pf.c iod.c
E2P_SRC := $(patsubst %, $(E2FSPROGS_DIR)/e2p/%, $(E2P_SRC_LIST)) E2P_SRC := $(patsubst %, $(E2FSPROGS_DIR)/e2p/%, $(E2P_SRC_LIST))
$(E2FSPROGS_DIR)e2p.o: $(E2P_SRC) $(E2FSPROGS_DIR)e2p.o: $(E2P_SRC)