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:
4079b00
)
make sure we add the local dir to the include path
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 16 May 2005 22:05:07 +0000
(22:05 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 16 May 2005 22:05:07 +0000
(22:05 -0000)
e2fsprogs/Makefile.in
patch
|
blob
|
history
diff --git
a/e2fsprogs/Makefile.in
b/e2fsprogs/Makefile.in
index d9856a214f5b5161394fc5693419886d630a03de..7694765c96026c26c49f452c7265c59884e3cbec 100644
(file)
--- a/
e2fsprogs/Makefile.in
+++ b/
e2fsprogs/Makefile.in
@@
-23,6
+23,7
@@
E2FSPROGS_DIR:=$(top_builddir)/e2fsprogs/
endif
srcdir=$(top_srcdir)/e2fsprogs
+CFLAGS += -I$(E2FSPROGS_DIR)
E2P_SRC:=fgetsetflags.c fgetsetversion.c pf.c iod.c
E2P_SRCS:=$(patsubst %,e2p/%, $(E2P_SRC))
@@
-41,4
+42,3
@@
$(E2FSPROGS_DIR)$(E2FSPROGS_AR): $(patsubst %,$(E2FSPROGS_DIR)%, $(E2FSPROGS-y))
$(E2FSPROGS_DIR)%.o: $(srcdir)/%.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DHAVE_ERRNO_H=1 -DHAVE_UNISTD_H=1 \
-DHAVE_EXT2_IOCTLS=1 -DHAVE_EXT2_IOCTLS=1 -c -o $@ $<
-