rules.mk: Fix infinite all.done recursion

This commit is contained in:
Jan Lindemann 2005-11-08 10:10:48 +00:00 committed by Jan Lindemann
commit 3701665c54

View file

@ -5,13 +5,12 @@
GENERATE_FUNC_TIMERS = $(MODDIR)/YStopWatchThreadList/generate_func_timers.sh GENERATE_FUNC_TIMERS = $(MODDIR)/YStopWatchThreadList/generate_func_timers.sh
all: $(LOCAL_TARGETS) $(ALL) all: all.done
echo_all: echo_all:
@echo "$(ALL)" @echo "$(ALL)"
all.done: $(PREREQ_DONE) all.done: $(PREREQ_DONE) $(LOCAL_TARGETS) $(ALL)
make -$(MAKEFLAGS) all
touch $@ touch $@
%.done: %.done: