[backfire] backport r31262
[openwrt-10.03/.git] / tools / genext2fs / Makefile
index 279c40bb58239d4390292fe7495e7a89d2b1a109..a771f4c778afba8ec2b88524606e3f6af68dca68 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
 
 include $(TOPDIR)/rules.mk
 
@@ -40,7 +39,7 @@ endef
 
 define Host/Compile
        $(MAKE) -C $(HOST_BUILD_DIR) \
 
 define Host/Compile
        $(MAKE) -C $(HOST_BUILD_DIR) \
-               CFLAGS="$(HOST_CFLAGS) -include getline.h" \
+               CFLAGS="$(HOST_CFLAGS)" \
                all
 endef
 
                all
 endef