defs.mk, rules.mk: Move GENERATE_FUNC_TIMERS from rules.mk to defs.mk.in

This commit is contained in:
Jan Lindemann 2005-12-02 16:10:07 +00:00 committed by Jan Lindemann
commit 6a01ace009
2 changed files with 3 additions and 3 deletions

View file

@ -267,6 +267,7 @@ ifeq ($(USE_VALGRIND),true)
endif
ifeq ($(USE_TIMER),true)
GENERATE_FUNC_TIMERS = $(MODDIR)/YStopWatchThreadList/generate_func_timers.sh
CFLAGS += -D_USE_TIMER_
CPPFLAGS += -D_USE_TIMER_
endif
@ -358,4 +359,3 @@ ifneq ($(wildcard local.mk),)
include local.mk
endif