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