rules.mk: Remove dependency of all.done on $(OBJ)

This commit is contained in:
Jan Lindemann 2006-03-22 11:11:29 +00:00 committed by Jan Lindemann
commit dea2aac5db

View file

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