X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fpadjffs2%2FMakefile;h=0a583b8e1a82402dc99cdb4281b057c5b4916d00;hp=a057ddddcaf4653440ff9bb7a55e9d73b50c1ff1;hb=c70c6ac070223114ee8c9f33e5e416edb005ca83;hpb=7ce98c60011f7da5cbfa26187412c44545fa12d3 diff --git a/tools/padjffs2/Makefile b/tools/padjffs2/Makefile index a057ddddca..0a583b8e1a 100644 --- a/tools/padjffs2/Makefile +++ b/tools/padjffs2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2011-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -18,11 +18,11 @@ define Host/Prepare find $(HOST_BUILD_DIR) -name .svn | $(XARGS) rm -rf endef -define Host/Configure +define Host/Compile + $(MAKE) -C $(HOST_BUILD_DIR) endef -define Host/Compile - $(MAKE) CC="$(HOSTCC)" -C $(HOST_BUILD_DIR) +define Host/Configure endef define Host/Install