projects
/
project
/
firmware-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad7eb3
)
tools: clean up Makefiles / make ccache work
author
John Crispin
<john@openwrt.org>
Sun, 15 Jan 2012 11:43:13 +0000
(11:43 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 15 Jan 2012 11:43:13 +0000
(11:43 +0000)
SVN-Revision: 29754
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 46fc40c37e63e66e166307aced1b981387336528..cd7531f216a421de2a735054d766cc8d63e92b17 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,7
+12,7
@@
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/kernel.mk
define cc
- $(CC) $(HOST_CFLAGS) -include endian.h -o $(HOST_BUILD_DIR)/bin/$(firstword $(1)) $(foreach src,$(1),src/$(src).c) $(2)
+ $(
HOST
CC) $(HOST_CFLAGS) -include endian.h -o $(HOST_BUILD_DIR)/bin/$(firstword $(1)) $(foreach src,$(1),src/$(src).c) $(2)
endef
define Host/Compile