From eac4c19121d56b26715e09fff3122214604470d9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 12 Feb 2012 16:12:08 +0000 Subject: 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 --- tools/genext2fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3