mirror of
https://github.com/cc65/cc65.git
synced 2025-01-25 11:30:06 +00:00
Include targetutil intermediates in dependency handling.
This commit is contained in:
parent
e4347b5c74
commit
54c54f8499
@ -1,3 +1,5 @@
|
|||||||
|
DEPS += ../wrk/$(TARGET)/loader.d
|
||||||
|
|
||||||
../wrk/$(TARGET)/loader.o: $(SRCDIR)/targetutil/loader.s | ../wrk/$(TARGET)
|
../wrk/$(TARGET)/loader.o: $(SRCDIR)/targetutil/loader.s | ../wrk/$(TARGET)
|
||||||
$(ASSEMBLE_recipe)
|
$(ASSEMBLE_recipe)
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
DEPS += ../wrk/$(TARGET)/convert.d
|
||||||
|
|
||||||
../wrk/$(TARGET)/convert.o: TARGET = apple2enh
|
../wrk/$(TARGET)/convert.o: TARGET = apple2enh
|
||||||
|
|
||||||
../wrk/$(TARGET)/convert.o: $(SRCDIR)/targetutil/convert.c | ../wrk/$(TARGET)
|
../wrk/$(TARGET)/convert.o: $(SRCDIR)/targetutil/convert.c | ../wrk/$(TARGET)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user