From: mbm Date: Wed, 2 Aug 2006 13:57:33 +0000 (+0000) Subject: correct [4397] X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=d8ced17f8b4963015c43b0084650231bef7bb565;p=openwrt.git correct [4397] git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4398 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package.mk b/include/package.mk index fbd4cf7149..b4b6538b6b 100644 --- a/include/package.mk +++ b/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