mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Use TEMP2 as variable to not create conflict with previous use of TEMP
This commit is contained in:
@@ -41,10 +41,10 @@ TEMP := $(addprefix hd512_,$(TEMP)) $(addprefix hd1k_,$(TEMP))
|
||||
TEMP := $(TEMP:.def=.img)
|
||||
OBJECTS += $(TEMP)
|
||||
|
||||
TEMP = $(shell grep -vEh "^\#" *.def)
|
||||
TEMP := $(addprefix hd512_,$(TEMP)) $(addprefix hd1k_,$(TEMP))
|
||||
TEMP := $(addsuffix .img,$(TEMP))
|
||||
OBJECTS += $(TEMP)
|
||||
TEMP2 = $(shell grep -vEh "^\#" *.def)
|
||||
TEMP2 := $(addprefix hd512_,$(TEMP2)) $(addprefix hd1k_,$(TEMP2))
|
||||
TEMP2 := $(addsuffix .img,$(TEMP2))
|
||||
OBJECTS += $(TEMP2)
|
||||
|
||||
|
||||
OTHERS = blank144 blankhd512 blankhd1k *.cat
|
||||
|
||||
Reference in New Issue
Block a user