From: Mike Baker Date: Wed, 2 Aug 2006 13:57:33 +0000 (+0000) Subject: correct [4397] X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f489431f0f75302561aa7f40b2daf7d0e994d006;p=openwrt%2Fstaging%2Frobimarko.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