mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rules.mk: Make all.done depend on $(OBJ)
This commit is contained in:
parent
587c7caff8
commit
fa87315089
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ all: all.done
|
|||
echo_all:
|
||||
@echo "$(ALL)"
|
||||
|
||||
all.done: $(PREREQ_DONE) $(LOCAL_TARGETS) $(ALL)
|
||||
all.done: $(PREREQ_DONE) $(LOCAL_TARGETS) $(ALL) $(OBJ)
|
||||
touch $@
|
||||
|
||||
%.done:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue