From d0c9ba3c761ac47c4e3c6bb33d8226fea2e5c317 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Sat, 4 Feb 2012 17:17:55 +0000 Subject: [PATCH] Moved the 'graph' 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@5440 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/geos-cbm/Makefile | 1 - libsrc/geos-common/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/geos-cbm/Makefile b/libsrc/geos-cbm/Makefile index 787b55cf7..3d9c297b1 100644 --- a/libsrc/geos-cbm/Makefile +++ b/libsrc/geos-cbm/Makefile @@ -49,7 +49,6 @@ DIRS = common \ devel \ disk \ file \ - graph \ menuicon \ memory \ mousesprite \ diff --git a/libsrc/geos-common/Makefile b/libsrc/geos-common/Makefile index 0c316db90..b2400a42d 100644 --- a/libsrc/geos-common/Makefile +++ b/libsrc/geos-common/Makefile @@ -31,6 +31,7 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include DIRS = dlgbox \ file \ + graph \ memory #-------------------------------------------------------------------------- -- 2.39.5