mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Revert "make/archive: replace the dependency to preprequisite list"
This reverts commit 9c946e2af6.
Change-Id: Ia8b7726d036c861d5eda51765d330e894e0d214a
This commit is contained in:
+1
-1
@@ -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, $^)
|
||||
|
||||
Reference in New Issue
Block a user