diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-30 09:46:27 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-30 09:46:27 +0000 |
commit | c1942887734e17b6458dd37963c88724ebe9c718 (patch) | |
tree | e9a608a8138e3ba44d62f5b88f263f101fe79251 | |
parent | 0393f5c16e05838545024c6d206d83a18fdcce1b (diff) | |
download | busybox-w32-c1942887734e17b6458dd37963c88724ebe9c718.tar.gz busybox-w32-c1942887734e17b6458dd37963c88724ebe9c718.tar.bz2 busybox-w32-c1942887734e17b6458dd37963c88724ebe9c718.zip |
typo
git-svn-id: svn://busybox.net/trunk/busybox@11703 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | e2fsprogs/Makefile.in | 2 |
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 @@ | |||
7 | E2FSPROGS_AR:=e2fsprogs.a | 7 | E2FSPROGS_AR:=e2fsprogs.a |
8 | 8 | ||
9 | E2FSPROGS_DIR:=$(top_builddir)/e2fsprogs | 9 | E2FSPROGS_DIR:=$(top_builddir)/e2fsprogs |
10 | E2FSPROGS_INC:=$(top_sourcedir)/e2fsprogs | 10 | E2FSPROGS_INC:=$(top_srcdir)/e2fsprogs |
11 | 11 | ||
12 | E2FSPROGS_CFLAGS := -I$(E2FSPROGS_INC) -include $(E2FSPROGS_INC)/e2fsbb.h | 12 | E2FSPROGS_CFLAGS := -I$(E2FSPROGS_INC) -include $(E2FSPROGS_INC)/e2fsbb.h |
13 | 13 | ||