From: cuz Date: Thu, 8 Aug 2002 12:16:52 +0000 (+0000) Subject: The vic20 target had the wrong CFLAGS X-Git-Tag: V2.12.0~2246 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56fd8532edc517bb7ea5ef4a9caa42e87283156c;p=cc65 The vic20 target had the wrong CFLAGS git-svn-id: svn://svn.cc65.org/cc65/trunk@1381 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/Makefile b/libsrc/Makefile index 8dc16b4ec..f0ae5e46c 100644 --- a/libsrc/Makefile +++ b/libsrc/Makefile @@ -34,7 +34,7 @@ all: #----------------------------------------------------------------------------- # Apple ][ - + apple2lib: for i in apple2 common runtime conio dbg; do \ CC=$(CC) \ @@ -88,7 +88,7 @@ vic20lib: CC=$(CC) \ AS=$(AS) \ AFLAGS="-t vic20 -I../../asminc" \ - CFLAGS="-Osir -g -T -t c64 -I../../include" \ + CFLAGS="-Osir -g -T -t vic20 -I../../include" \ $(MAKE) -C $$i || exit 1; \ done mv vic20/crt0.o vic20.o