소스 검색

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

tags/v0.9.6
Michael Brown 16 년 전
부모
커밋
3f80f9e1a6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/Makefile.housekeeping

+ 1
- 0
src/Makefile.housekeeping 파일 보기

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

Loading…
취소
저장