From ea993a5e31c7e3678b2546b07862f5f52af3dd83 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Tue, 7 Feb 2012 20:11:36 +0000
Subject: [PATCH] Moved the assembler include files from 'geos-cbm' to
'geos-common' which are believed to work as-is on Apple GEOS too.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5492 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
libsrc/geos-cbm/Makefile | 2 +-
libsrc/geos-common/Makefile | 2 +-
libsrc/{geos-cbm => geos-common}/const.inc | 0
libsrc/{geos-cbm => geos-common}/geosmac.ca65.inc | 0
4 files changed, 2 insertions(+), 2 deletions(-)
rename libsrc/{geos-cbm => geos-common}/const.inc (100%)
rename libsrc/{geos-cbm => geos-common}/geosmac.ca65.inc (100%)
diff --git a/libsrc/geos-cbm/Makefile b/libsrc/geos-cbm/Makefile
index cbf3029fc..d5a649d8c 100644
--- a/libsrc/geos-cbm/Makefile
+++ b/libsrc/geos-cbm/Makefile
@@ -13,7 +13,7 @@ AS = ../../src/ca65/ca65
CC = ../../src/cc65/cc65
LD = ../../src/ld65/ld65
-AFLAGS = -t $(SYS) --forget-inc-paths -I. -I../../asminc
+AFLAGS = -t $(SYS) --forget-inc-paths -I. -I../geos-common -I../../asminc
CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
#--------------------------------------------------------------------------
diff --git a/libsrc/geos-common/Makefile b/libsrc/geos-common/Makefile
index 695ba5fde..99e8fa94c 100644
--- a/libsrc/geos-common/Makefile
+++ b/libsrc/geos-common/Makefile
@@ -13,7 +13,7 @@ AS = ../../src/ca65/ca65
CC = ../../src/cc65/cc65
LD = ../../src/ld65/ld65
-AFLAGS = -t $(SYS) --forget-inc-paths -I../$(SYS) -I../../asminc
+AFLAGS = -t $(SYS) --forget-inc-paths -I. -I../$(SYS) -I../../asminc
CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
#--------------------------------------------------------------------------
diff --git a/libsrc/geos-cbm/const.inc b/libsrc/geos-common/const.inc
similarity index 100%
rename from libsrc/geos-cbm/const.inc
rename to libsrc/geos-common/const.inc
diff --git a/libsrc/geos-cbm/geosmac.ca65.inc b/libsrc/geos-common/geosmac.ca65.inc
similarity index 100%
rename from libsrc/geos-cbm/geosmac.ca65.inc
rename to libsrc/geos-common/geosmac.ca65.inc
--
2.39.5