summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-09-30 09:46:27 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-09-30 09:46:27 +0000
commite6d5539ebb4ba8d2260af20dfc79702aa61aa454 (patch)
treee9a608a8138e3ba44d62f5b88f263f101fe79251
parentf24e0f5e6f746d2889620bc95e3a7c818c4d348d (diff)
downloadbusybox-w32-e6d5539ebb4ba8d2260af20dfc79702aa61aa454.tar.gz
busybox-w32-e6d5539ebb4ba8d2260af20dfc79702aa61aa454.tar.bz2
busybox-w32-e6d5539ebb4ba8d2260af20dfc79702aa61aa454.zip
typo
-rw-r--r--e2fsprogs/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/Makefile.in b/e2fsprogs/Makefile.in
index 5def023f8..6330d4610 100644
--- a/e2fsprogs/Makefile.in
+++ b/e2fsprogs/Makefile.in
@@ -7,7 +7,7 @@
7E2FSPROGS_AR:=e2fsprogs.a 7E2FSPROGS_AR:=e2fsprogs.a
8 8
9E2FSPROGS_DIR:=$(top_builddir)/e2fsprogs 9E2FSPROGS_DIR:=$(top_builddir)/e2fsprogs
10E2FSPROGS_INC:=$(top_sourcedir)/e2fsprogs 10E2FSPROGS_INC:=$(top_srcdir)/e2fsprogs
11 11
12E2FSPROGS_CFLAGS := -I$(E2FSPROGS_INC) -include $(E2FSPROGS_INC)/e2fsbb.h 12E2FSPROGS_CFLAGS := -I$(E2FSPROGS_INC) -include $(E2FSPROGS_INC)/e2fsbb.h
13 13