tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Feb 2012 16:12:08 +0000 (16:12 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Feb 2012 16:12:08 +0000 (16:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30479 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/genext2fs/Makefile

index 67fbef6..1f69b2a 100644 (file)
@@ -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
 
This page took 0.027787 seconds and 4 git commands to generate.