From 6cdef72fb392d52a9224249a66e5a41e2fe1318d Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Sat, 4 Feb 2012 19:55:02 +0000
Subject: [PATCH] Moved the 'runtime' 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@5445 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
libsrc/geos-cbm/Makefile | 1 -
libsrc/geos-common/Makefile | 3 ++-
libsrc/{geos-cbm => geos-common}/runtime/Makefile | 0
libsrc/{geos-cbm => geos-common}/runtime/call.s | 0
4 files changed, 2 insertions(+), 2 deletions(-)
rename libsrc/{geos-cbm => geos-common}/runtime/Makefile (100%)
rename libsrc/{geos-cbm => geos-common}/runtime/call.s (100%)
diff --git a/libsrc/geos-cbm/Makefile b/libsrc/geos-cbm/Makefile
index 314040fec..1c37df814 100644
--- a/libsrc/geos-cbm/Makefile
+++ b/libsrc/geos-cbm/Makefile
@@ -50,7 +50,6 @@ DIRS = common \
disk \
file \
memory \
- runtime \
system
#--------------------------------------------------------------------------
diff --git a/libsrc/geos-common/Makefile b/libsrc/geos-common/Makefile
index 746205078..7bdc9a4bf 100644
--- a/libsrc/geos-common/Makefile
+++ b/libsrc/geos-common/Makefile
@@ -35,7 +35,8 @@ DIRS = dlgbox \
memory \
menuicon \
mousesprite \
- process
+ process \
+ runtime
#--------------------------------------------------------------------------
# Directives
diff --git a/libsrc/geos-cbm/runtime/Makefile b/libsrc/geos-common/runtime/Makefile
similarity index 100%
rename from libsrc/geos-cbm/runtime/Makefile
rename to libsrc/geos-common/runtime/Makefile
diff --git a/libsrc/geos-cbm/runtime/call.s b/libsrc/geos-common/runtime/call.s
similarity index 100%
rename from libsrc/geos-cbm/runtime/call.s
rename to libsrc/geos-common/runtime/call.s
--
2.39.5