tools: clean up Makefiles / make ccache work
[openwrt/staging/chunkeey.git] / tools / padjffs2 / Makefile
index a057ddddcaf4653440ff9bb7a55e9d73b50c1ff1..a949ac062822aa959d87552f60171acf73ccb99f 100644 (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