2
0
forked from Ivasoft/openwrt

tools: clean up Makefiles / make ccache work

SVN-Revision: 29754
This commit is contained in:
John Crispin
2012-01-15 11:43:13 +00:00
parent f9e41adc80
commit ccb6b0a063
15 changed files with 31 additions and 83 deletions

View File

@@ -21,10 +21,6 @@ endef
define Host/Configure
endef
define Host/Compile
$(MAKE) CC="$(HOSTCC)" -C $(HOST_BUILD_DIR)
endef
define Host/Install
$(CP) $(HOST_BUILD_DIR)/padjffs2 $(STAGING_DIR_HOST)/bin/
endef