From 088d5baaca4d66e2feaadf812ca3f869b45cb90d Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 18 Apr 2005 10:00:40 +0000 Subject: [PATCH] Fixed output path for objects git-svn-id: svn://svn.cc65.org/cc65/trunk@3463 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2enh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5