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