mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Changed Makefile.inc handling.
It seems more appropriate to trigger the inclusion of Makefile.inc via $TARGET (instead of $SRCDIR). This is btw. more consistent with extzp.s inclusion which is triggered via $TARGET too.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
ifeq ($(TARGET),atari)
|
||||
|
||||
DEPS += ../wrk/$(TARGET)/w2cas.d
|
||||
|
||||
../wrk/$(TARGET)/w2cas.o: $(SRCDIR)/targetutil/w2cas.c | ../wrk/$(TARGET)
|
||||
@@ -9,5 +7,3 @@ DEPS += ../wrk/$(TARGET)/w2cas.d
|
||||
$(LD65) -o $@ -t $(TARGET) $^
|
||||
|
||||
$(TARGET): ../targetutil/w2cas.com
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user