[BusyBox-cvs] svn commit: trunk/busybox/e2fsprogs

vapier at busybox.net vapier at busybox.net
Mon May 16 22:05:08 UTC 2005


Author: vapier
Date: 2005-05-16 16:05:07 -0600 (Mon, 16 May 2005)
New Revision: 10342

Log:
make sure we add the local dir to the include path

Modified:
   trunk/busybox/e2fsprogs/Makefile.in


Changeset:
Modified: trunk/busybox/e2fsprogs/Makefile.in
===================================================================
--- trunk/busybox/e2fsprogs/Makefile.in	2005-05-16 17:56:20 UTC (rev 10341)
+++ trunk/busybox/e2fsprogs/Makefile.in	2005-05-16 22:05:07 UTC (rev 10342)
@@ -23,6 +23,7 @@
 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)%.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 $@ $<
-




More information about the busybox-cvs mailing list