]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/Makefile
Added --forget-inc-paths to the assembler command line to avoid problems if
[cc65] / libsrc / atmos / Makefile
index 1f025f6207ba564c70b067b787c08682bfc8fc9d..fb2376b4e33f6790ce50dc0d545ac7b6b903f205 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
 
 #--------------------------------------------------------------------------