summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-08 02:35:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-08 02:35:10 +0000
commit60c107b531e09536b4f5b728a0e394da0720d0ba (patch)
tree3598db57e7526fab803ef2c4f76c8687df627453 /include
parent337dd3ef93eca6b9711c9966f9d2647d81c0c7b2 (diff)
fix unnecessary package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/package.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/package.mk b/include/package.mk
index 3f2f7d41b..069e28b84 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -16,11 +16,10 @@ define Build/DefaultTargets
ifeq ($(DUMP),)
ifeq ($(CONFIG_AUTOREBUILD),y)
_INFO:=
- ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) .),$(PKG_BUILD_DIR))
+ ifneq ($(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) .),$(PKG_BUILD_DIR))
_INFO+=$(subst $(TOPDIR)/,,$(PKG_BUILD_DIR))
$(PKG_BUILD_DIR)/.prepared: package-clean
endif
-
endif
endif