X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage.mk;h=abffa0c64cc3ef23b83e369165d861fa8237a6fd;hb=cf788fc7317c3e4a5bab17194c680ed5b0df39a7;hp=e955c207aeeae8aaeb62f500d33441113632c8a8;hpb=3051de8701b5c13e4df781c52950c68234b04ee4;p=openwrt%2Fstaging%2Fjow.git diff --git a/include/package.mk b/include/package.mk index e955c207ae..abffa0c64c 100644 --- a/include/package.mk +++ b/include/package.mk @@ -5,6 +5,8 @@ # See /LICENSE for more information. # +__package_mk:=1 + all: $(if $(DUMP),dumpinfo,compile) PKG_BUILD_DIR ?= $(BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION))