Do not generated dependencies for make clean.
This commit is contained in:
@@ -83,4 +83,6 @@ $(OBJDIR)/%.o:$(SRCDIR)/%.S
|
|||||||
depend: $(ASRCS) $(CSRCS)
|
depend: $(ASRCS) $(CSRCS)
|
||||||
$(CC) $(CFLAGS) $(INCLUDE) -M $(ASRCS) $(CSRCS) > depend
|
$(CC) $(CFLAGS) $(INCLUDE) -M $(ASRCS) $(CSRCS) > depend
|
||||||
|
|
||||||
|
ifneq (clean,$(MAKECMDGOALS))
|
||||||
-include depend
|
-include depend
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user