X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4e856be747e4c6d01e8b3cca7ecfcf4daed28e27..b5e9c6c090f7cde79953d7ebdcd627e36d2fa838:/tools/padjffs2/Makefile diff --git a/tools/padjffs2/Makefile b/tools/padjffs2/Makefile index a057ddddc..a949ac062 100644 --- a/tools/padjffs2/Makefile +++ b/tools/padjffs2/Makefile @@ -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