Selaa lähdekoodia

[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPS

tags/v0.9.6
Michael Brown 17 vuotta sitten
vanhempi
commit
3f80f9e1a6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/Makefile.housekeeping

+ 1
- 0
src/Makefile.housekeeping Näytä tiedosto

229
 
229
 
230
 # Include architecture-specific Makefile
230
 # Include architecture-specific Makefile
231
 ifdef ARCH
231
 ifdef ARCH
232
+MAKEDEPS	+= arch/$(ARCH)/Makefile
232
 include arch/$(ARCH)/Makefile
233
 include arch/$(ARCH)/Makefile
233
 endif
234
 endif
234
 
235
 

Loading…
Peruuta
Tallenna