projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07488ef
)
tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle...
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Feb 2012 16:12:08 +0000
(16:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Feb 2012 16:12:08 +0000
(16:12 +0000)
SVN-Revision: 30479
tools/genext2fs/Makefile
patch
|
blob
|
history
diff --git
a/tools/genext2fs/Makefile
b/tools/genext2fs/Makefile
index 67fbef64e0235b144ef7bd4f2afbd1211295739d..1f69b2a6b6f14cbf009d63894e8866c20a79c403 100644
(file)
--- a/
tools/genext2fs/Makefile
+++ b/
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