summaryrefslogtreecommitdiffstats
path: root/tools/genext2fs
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-12 16:12:08 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-12 16:12:08 +0000
commit947736eb77adfef1e6382e0a5de7490b2934a714 (patch)
tree4fce00bd840d6dbd986892839c0af16c3ca5eef1 /tools/genext2fs
parente59549b5a0621776bd47d990a2c3e62cb6688d46 (diff)
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 67fbef64e..1f69b2a6b 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