From 9082aa8d99d69be20d3c5d7f77cd49a195fa4433 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Tue, 7 Feb 2012 16:50:23 +0000
Subject: [PATCH] 'setoserror' is used by routines residing both 'disk' and
'file'. Therefore move it to 'system' - where the other oserr-related stuff
resides.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5489 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
libsrc/geos-common/disk/Makefile | 3 +--
libsrc/geos-common/system/Makefile | 1 +
libsrc/geos-common/{disk => system}/setoserror.s | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename libsrc/geos-common/{disk => system}/setoserror.s (100%)
diff --git a/libsrc/geos-common/disk/Makefile b/libsrc/geos-common/disk/Makefile
index a6288012d..ffb5175ea 100644
--- a/libsrc/geos-common/disk/Makefile
+++ b/libsrc/geos-common/disk/Makefile
@@ -16,5 +16,4 @@ S_OBJS += blkalloc.o \
opendisk.o \
putblock.o \
putdirhead.o \
- setnextfree.o \
- setoserror.o
+ setnextfree.o
\ No newline at end of file
diff --git a/libsrc/geos-common/system/Makefile b/libsrc/geos-common/system/Makefile
index 6d8a22eed..01efd9656 100644
--- a/libsrc/geos-common/system/Makefile
+++ b/libsrc/geos-common/system/Makefile
@@ -20,4 +20,5 @@ S_OBJS += callroutine.o \
oserrlist.o \
panic.o \
randomize.o \
+ setoserror.o \
sysuname.o
diff --git a/libsrc/geos-common/disk/setoserror.s b/libsrc/geos-common/system/setoserror.s
similarity index 100%
rename from libsrc/geos-common/disk/setoserror.s
rename to libsrc/geos-common/system/setoserror.s
--
2.39.5