From c683080a84acbd63c7d4ad3f307fae3dbc3df90b Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 8 Oct 2006 02:35:10 +0000
Subject: [PATCH] fix unnecessary package rebuild

SVN-Revision: 4954
---
 openwrt/include/package.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index 3f2f7d41be..069e28b84f 100644
--- a/openwrt/include/package.mk
+++ b/openwrt/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
 
-- 
GitLab