X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fpadjffs2%2FMakefile;h=422d14db301053f75fab3b5f21553b8d71c7671d;hb=240793d1757e5105d6b9c85a9326674e0677cd70;hp=a949ac062822aa959d87552f60171acf73ccb99f;hpb=ccb6b0a063a4133ac59c811476b670c7d66f84ed;p=openwrt%2F.git diff --git a/tools/padjffs2/Makefile b/tools/padjffs2/Makefile index a949ac0628..422d14db30 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. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=padjffs2 -PKG_VERSION:=1 +PKG_RELEASE:=1 include $(INCLUDE_DIR)/host-build.mk @@ -18,6 +18,10 @@ define Host/Prepare find $(HOST_BUILD_DIR) -name .svn | $(XARGS) rm -rf endef +define Host/Compile + $(MAKE) -C $(HOST_BUILD_DIR) +endef + define Host/Configure endef