From f01be5de099d646c96bb5c0303c823fbe6d9d2cb Mon Sep 17 00:00:00 2001 From: ralph Date: Fri, 20 Feb 2009 10:30:21 +0000 Subject: [PATCH] change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14575 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/debug.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/debug.mk b/include/debug.mk index 68d70ba09..faead042d 100644 --- a/include/debug.mk +++ b/include/debug.mk @@ -22,7 +22,7 @@ ifeq ($(DUMP),) endif define debug -$$(findstring $(2),$$(if $$(DEBUG_DIR),$$(if $$(filter $$(DEBUG_DIR)%,$(1)),$(build_debug)),$(build_debug))) +$$(findstring $(2),$$(if $$(DEBUG_SCOPE_DIR),$$(if $$(filter $$(DEBUG_SCOPE_DIR)%,$(1)),$(build_debug)),$(build_debug))) endef define warn -- 2.35.1