rules.mk: Make all.done depend on $(OBJ)

This commit is contained in:
Jan Lindemann 2006-03-17 21:03:09 +00:00 committed by Jan Lindemann
commit fa87315089

View file

@ -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: