[backfire] tools: merge r30479
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Feb 2012 19:02:03 +0000 (19:02 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Feb 2012 19:02:03 +0000 (19:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@30725 3c298f89-4303-0410-b956-a3cf2f4a3e73

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