瀏覽代碼

tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle ways, and the source already has a getline replacement

SVN-Revision: 30479
Felix Fietkau 13 年之前
父節點
當前提交
c2e411fa8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/genext2fs/Makefile

+ 1 - 1
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