]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-cbm/common/copydata.s
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / common / copydata.s
index 2efd7c35288f140f2d156277e8d169078669617f..26e2cef10ed318865201246ad0fe6136d2d4f78b 100644 (file)
@@ -6,8 +6,8 @@
 
        .export         copydata
        .import         __DATA_LOAD__, __DATA_RUN__, __DATA_SIZE__
-       .include        "../inc/geossym.inc"
-       .include        "../inc/jumptab.inc"
+       .include        "geossym.inc"
+       .include        "jumptab.inc"
 
 copydata:
        lda #<__DATA_SIZE__     ; no need to check if it is == 0