From: Jo-Philipp Wich Date: Sat, 25 Feb 2012 19:02:03 +0000 (+0000) Subject: [backfire] tools: merge r30479 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5a13b84373b1d9748faccc7bb4bafc4bd06b76d3;p=openwrt%2Fsvn-archive%2Farchive.git [backfire] tools: merge r30479 SVN-Revision: 30725 --- diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 78416f2b3e..a771f4c778 100644 --- a/tools/genext2fs/Makefile +++ b/tools/genext2fs/Makefile @@ -39,7 +39,7 @@ endef define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) \ - CFLAGS="$(HOST_CFLAGS) -include getline.h" \ + CFLAGS="$(HOST_CFLAGS)" \ all endef