From af03fdb6c5d9f94ec372cc9764a17b7d43a8edb0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 14 Oct 2007 02:28:34 +0000 Subject: add autorebuild check for menuconfig SVN-Revision: 9301 --- include/depends.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/depends.mk') diff --git a/include/depends.mk b/include/depends.mk index b488af9..4c31eb3 100644 --- a/include/depends.mk +++ b/include/depends.mk @@ -28,7 +28,7 @@ define rdep ) \ { \ [ -f "$(2)_check.1" ] && mv "$(2)_check.1"; \ - $(SCRIPT_DIR)/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { \ + $(TOPDIR)/scripts/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { \ $(call debug_eval,$(SUBDIR),r,echo "No need to rebuild $(2)";) \ touch -r "$(2)" "$(2)_check"; \ } \ -- cgit v1.1