chiark / gitweb /
move up some INCLUDES +=
authorian <ian>
Sun, 4 Dec 2005 21:55:32 +0000 (21:55 +0000)
committerian <ian>
Sun, 4 Dec 2005 21:55:32 +0000 (21:55 +0000)
cebpic/manypics.make

index badc8821665d2fc31ef25b47a120f9dff1f02a46..b871dbde7f5fa8935d8b9be6f46e812b36a61e8b 100644 (file)
@@ -7,6 +7,9 @@ TARGETS += $(foreach i, $(PICNOS), idlocs$i.hex noncode$i.hex)
 MORSE_INCLUDE ?= common.inc
 INCLUDES += ../iwjpictest/insn-aliases.inc morse+auto.inc
 
+INCLUDES += $(addsuffix +vars.fin, $(VARSFILES))
+INCLUDES += $(addsuffix +vars.inc, $(VARSFILES))
+
 include ../common.make
 include ../pic.make
 
@@ -53,9 +56,6 @@ ifneq ($(MAKECMDGOALS),clean)
 include .submakefile
 endif
 
-INCLUDES += $(addsuffix +vars.fin, $(VARSFILES))
-INCLUDES += $(addsuffix +vars.inc, $(VARSFILES))
-
 blank0.asm blank2.asm blank4.asm blank6.asm: blank%.asm: $(CEBPIC)manypics.make
                echo >$@.new " org 0x$*000"
                echo >>$@.new " nop"