X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=tools%2Fgenext2fs%2FMakefile;fp=tools%2Fgenext2fs%2FMakefile;h=a771f4c778afba8ec2b88524606e3f6af68dca68;hp=78416f2b3e4fceabe915cae3df53fcc30a4f7a3b;hb=83623000f47ca99ab552350629ce0c53f866f24f;hpb=53439868cc21471450c3f311f9b3edb10169dd28 diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 78416f2b3..a771f4c77 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