mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Fix infinite all.done recursion
This commit is contained in:
parent
25154e2a97
commit
3701665c54
1 changed files with 2 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue