mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
||||
|
||||
all: $(LOCAL_TARGETS) $(ALL)
|
||||
all: all.done
|
||||
|
||||
echo_all:
|
||||
@echo "$(ALL)"
|
||||
|
||||
all.done: $(PREREQ_DONE)
|
||||
make -$(MAKEFLAGS) all
|
||||
all.done: $(PREREQ_DONE) $(LOCAL_TARGETS) $(ALL)
|
||||
touch $@
|
||||
|
||||
%.done:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue