* Find out when a dependancy has been erased and remake the deps file
  anyway.
This commit is contained in:
jean.chalard
2009-09-03 14:12:04 +00:00
parent 37ea7f95b4
commit 4c0b0e2933
+3
View File
@@ -85,4 +85,7 @@ $(OBJS): objs/%.o: src/%.cpp
$(DEPS): deps/%.d: src/%.cpp
@$(CXX) -MM $(CXXFLAGS) -MQ $(patsubst deps/%.d, objs/%.o, $(@)) -MQ $@ $< > $@
.DEFAULT:
@echo $@ has been deleted : updating deps.
-include $(DEPS)