correct [4397]

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4398 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Mike Baker 2006-08-02 13:57:33 +00:00
parent dc47767d01
commit 28f0d6066e
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