gnumake2: also accept debug=t

This commit is contained in:
Bjoern Michaelsen 2010-12-15 12:57:24 +01:00
parent 1a9927488d
commit 4f268a8a4c

View file

@ -78,7 +78,7 @@ gb_PRODUCT := $(false)
endif
endif
ifneq ($(strip $(DEBUG)),)
ifneq ($(strip $(DEBUG)$(debug)),)
gb_DEBUGLEVEL := 2
else
ifeq ($(gb_PRODUCT),$(true))