[backfire] tools: merge r30479
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 25 Feb 2012 19:02:03 +0000 (19:02 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 25 Feb 2012 19:02:03 +0000 (19:02 +0000)
SVN-Revision: 30725

tools/genext2fs/Makefile

index 78416f2b3e4fceabe915cae3df53fcc30a4f7a3b..a771f4c778afba8ec2b88524606e3f6af68dca68 100644 (file)
@@ -39,7 +39,7 @@ endef
 
 define Host/Compile
        $(MAKE) -C $(HOST_BUILD_DIR) \
-               CFLAGS="$(HOST_CFLAGS) -include getline.h" \
+               CFLAGS="$(HOST_CFLAGS)" \
                all
 endef