From: Mike Baker Date: Wed, 2 Aug 2006 13:57:33 +0000 (+0000) Subject: correct [4397] X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4cc9e9ec649f31bfd1fa954c85d931e30102359e;p=openwrt%2Fsvn-archive%2Farchive.git correct [4397] SVN-Revision: 4398 --- diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk index fbd4cf7149..b4b6538b6b 100644 --- a/openwrt/include/package.mk +++ b/openwrt/include/package.mk @@ -121,7 +121,7 @@ define BuildPackage install-targets: $$(INFO_$(1)) endif - ifneq ($(CONFIG_PACKAGE_$(1))$(CONFIG_ALL),) + ifneq ($(CONFIG_PACKAGE_$(1)),) compile-targets: $$(IPKG_$(1)) endif endif