From 079603b9e05c745d0ce1a82c6ecfeb6d9b03ea02 Mon Sep 17 00:00:00 2001
From: Mike Baker <mbm@openwrt.org>
Date: Thu, 11 May 2006 17:18:59 +0000
Subject: [PATCH] fix error

SVN-Revision: 3761
---
 openwrt/package/rules.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk
index 22f7e261e5..f3a1287b15 100644
--- a/openwrt/package/rules.mk
+++ b/openwrt/package/rules.mk
@@ -80,6 +80,7 @@ ifeq ($(CONFIG_PACKAGE_$(1)),y)
 install-targets: $$(INFO_$(1))
 endif
 
+ifneq ($$(COMPILE_$(1)),)
 compile-targets: $$(IPKG_$(1))
 endif
 
-- 
GitLab