From: nbd Date: Sun, 12 Feb 2012 16:12:08 +0000 (+0000) Subject: tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle... X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/947736eb77adfef1e6382e0a5de7490b2934a714?hp=e59549b5a0621776bd47d990a2c3e62cb6688d46 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 --- 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