Revert "make/archive: replace the dependency to preprequisite list"

This reverts commit 9c946e2af6.

Change-Id: Ia8b7726d036c861d5eda51765d330e894e0d214a
This commit is contained in:
liuhaitao
2021-05-07 16:38:39 +08:00
parent edf63e0d2c
commit e3166ecac0
38 changed files with 69 additions and 72 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN): $(OBJS)
$(call ARCHIVE, $@, $^)
$(call ARCHIVE, $@, $(OBJS))
makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
$(call CATFILE, Make.dep, $^)