mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 05:47:38 +01:00
rules.mk: Remove dependency of all.done on $(OBJ)
This commit is contained in:
parent
75e85c0747
commit
dea2aac5db
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ all: all.done
|
||||||
echo_all:
|
echo_all:
|
||||||
@echo "$(ALL)"
|
@echo "$(ALL)"
|
||||||
|
|
||||||
all.done: $(PREREQ_DONE) $(LOCAL_TARGETS) $(ALL) $(OBJ)
|
all.done: $(PREREQ_DONE) $(LOCAL_TARGETS) $(ALL)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
%.done:
|
%.done:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue