[build system] removed some more old avr cruft in Makefiles

This commit is contained in:
Felix Ruess
2013-01-24 23:35:28 +01:00
parent e84e488bf9
commit 2010933572
9 changed files with 0 additions and 33 deletions
-2
View File
@@ -99,7 +99,5 @@ $(OBJDIR)/.depend:
$(Q)$(CC) -MM -MG $(CFLAGS) $($(TARGET).srcs) | sed 's|\([^\.]*\.o\)|$(OBJDIR)/\1|' > $@
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(MAKECMDGOALS),erase)
-include $(OBJDIR)/.depend
endif
endif