]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/Makefile
Added --forget-inc-paths to the assembler command line to avoid problems if
[cc65] / libsrc / cbm / Makefile
index daf86d6d749caa16241140f6475dce63b930a2cf..99bf8c1d43132d76ecd12a622755f19f4eb8aadb 100644 (file)
@@ -13,7 +13,7 @@ AS    = ../../src/ca65/ca65
 CC     = ../../src/cc65/cc65
 LD     = ../../src/ld65/ld65
 
-AFLAGS = -t $(SYS) -I../../asminc
+AFLAGS = -t $(SYS) --forget-inc-paths -I../../asminc
 CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
 
 #--------------------------------------------------------------------------
@@ -79,7 +79,7 @@ S_OBJS =      c_acptr.o       \
                 scratch.o       \
                 sysremove.o     \
                 sysrename.o     \
-                systime.o       \
+                toascii.o       \
                wherex.o        \
                 wherey.o        \
                 write.o