aboutsummaryrefslogtreecommitdiffstats
path: root/tools/genext2fs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-12 16:12:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-02-12 16:12:08 +0000
commiteac4c19121d56b26715e09fff3122214604470d9 (patch)
tree4fce00bd840d6dbd986892839c0af16c3ca5eef1 /tools/genext2fs
parent4c6c0c2e6c57eb4b22c79b14b3c6fb19d31f9ab6 (diff)
downloadupstream-eac4c19121d56b26715e09fff3122214604470d9.tar.gz
upstream-eac4c19121d56b26715e09fff3122214604470d9.tar.bz2
upstream-eac4c19121d56b26715e09fff3122214604470d9.zip
tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle ways, and the source already has a getline replacement
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30479 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/genext2fs')
-rw-r--r--tools/genext2fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile
index 67fbef64e0..1f69b2a6b6 100644
--- a/tools/genext2fs/Makefile
+++ b/tools/genext2fs/Makefile
@@ -35,7 +35,7 @@ HOST_CONFIGURE_ARGS = \
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) \
- CFLAGS="$(HOST_CFLAGS) -include getline.h" \
+ CFLAGS="$(HOST_CFLAGS)" \
all
endef