summaryrefslogtreecommitdiff
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
commitc2e411fa8df2b8a53a00882ec1888d872a32c0ae (patch)
tree2489ca30699e542a8c6db528b9b3f589fa44fca1 /tools/genext2fs
parent07488ef93d4c2cff5e981dca1bec71747bebc5b0 (diff)
downloadmtk-20170518-c2e411fa8df2b8a53a00882ec1888d872a32c0ae.zip
mtk-20170518-c2e411fa8df2b8a53a00882ec1888d872a32c0ae.tar.gz
mtk-20170518-c2e411fa8df2b8a53a00882ec1888d872a32c0ae.tar.bz2
tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle ways, and the source already has a getline replacement
SVN-Revision: 30479
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 67fbef6..1f69b2a 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