2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-04-15 09:39:26 +00:00

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

This commit is contained in:
Michael Brown 2008-10-10 02:08:31 +01:00
parent cdd619d11f
commit 3f80f9e1a6

View File

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