فهرست منبع

change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)

SVN-Revision: 14575
Ralph Hempel 16 سال پیش
والد
کامیت
6e590d85f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/debug.mk

+ 1 - 1
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