projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894edfc
)
tools: merge r30479
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 25 Feb 2012 19:02:03 +0000
(19:02 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 25 Feb 2012 19:02:03 +0000
(19:02 +0000)
SVN-Revision: 30725
tools/genext2fs/Makefile
patch
|
blob
|
history
diff --git
a/tools/genext2fs/Makefile
b/tools/genext2fs/Makefile
index 78416f2b3e4fceabe915cae3df53fcc30a4f7a3b..a771f4c778afba8ec2b88524606e3f6af68dca68 100644
(file)
--- 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