From: cuz Date: Mon, 18 Apr 2005 10:00:40 +0000 (+0000) Subject: Fixed output path for objects X-Git-Tag: V2.12.0~378 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=088d5baaca4d66e2feaadf812ca3f869b45cb90d;p=cc65 Fixed output path for objects git-svn-id: svn://svn.cc65.org/cc65/trunk@3463 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/apple2enh/Makefile b/libsrc/apple2enh/Makefile index 406611f2c..5467bf0c9 100644 --- a/libsrc/apple2enh/Makefile +++ b/libsrc/apple2enh/Makefile @@ -20,7 +20,7 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I ../apple2 -I ../../include # Rules %.o: ../apple2/%.c - @$(CC) $(CFLAGS) $< + @$(CC) -o $(notdir $(*).s) $(CFLAGS) $< @$(AS) -o $@ $(AFLAGS) $(*).s %.o: ../apple2/%.s