correct [4397]

SVN-Revision: 4398
This commit is contained in:
Mike Baker 2006-08-02 13:57:33 +00:00
parent 188f641153
commit f489431f0f
1 changed files with 1 additions and 1 deletions

View File

@ -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