Fixed warning about depend file not found.
This commit is contained in:
@@ -83,5 +83,4 @@ $(OBJDIR)/%.o:$(SRCDIR)/%.S
|
||||
depend: $(ASRCS) $(CSRCS)
|
||||
$(CC) $(CFLAGS) $(INCLUDE) -M $(ASRCS) $(CSRCS) > depend
|
||||
|
||||
include depend
|
||||
|
||||
-include depend
|
||||
|
||||
Reference in New Issue
Block a user