From f1ca64f27b6c758cb4beb4e38aabb0cccfb038ad Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 15 Mar 2005 01:39:22 +0000 Subject: [PATCH] fixed a compile issue with gstep-make git-svn-id: http://svn.opengroupware.org/SOPE/trunk@656 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-gdl1/GDLAccess/ChangeLog | 4 ++++ sope-gdl1/GDLAccess/FoundationExt/GNUmakefile | 5 ++++- sope-gdl1/GDLAccess/Version | 2 +- sope-gdl1/common.make | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/sope-gdl1/GDLAccess/ChangeLog b/sope-gdl1/GDLAccess/ChangeLog index f388d203..ee3c2d34 100644 --- a/sope-gdl1/GDLAccess/ChangeLog +++ b/sope-gdl1/GDLAccess/ChangeLog @@ -1,3 +1,7 @@ +2005-03-15 Helge Hess + + * FoundationExt/GNUmakefile: properly include config.make (v4.5.48) + 2005-02-20 Helge Hess * EOAdaptor.m: added +adaptorForURL: method to create EOAdaptor diff --git a/sope-gdl1/GDLAccess/FoundationExt/GNUmakefile b/sope-gdl1/GDLAccess/FoundationExt/GNUmakefile index 35201bf1..4fb536a5 100644 --- a/sope-gdl1/GDLAccess/FoundationExt/GNUmakefile +++ b/sope-gdl1/GDLAccess/FoundationExt/GNUmakefile @@ -1,6 +1,9 @@ -# $Id: GNUmakefile 1 2004-08-20 10:38:46Z znek $ +# GNUstep makefile +-include ../../../config.make include $(GNUSTEP_MAKEFILES)/common.make +include ../../Version +include ../Version SUBPROJECT_NAME = FoundationExt diff --git a/sope-gdl1/GDLAccess/Version b/sope-gdl1/GDLAccess/Version index 25b5b300..9c2df247 100644 --- a/sope-gdl1/GDLAccess/Version +++ b/sope-gdl1/GDLAccess/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=47 +SUBMINOR_VERSION:=48 diff --git a/sope-gdl1/common.make b/sope-gdl1/common.make index ecdc5ea8..b3b0dea5 100644 --- a/sope-gdl1/common.make +++ b/sope-gdl1/common.make @@ -1,4 +1,4 @@ -# $Id: common.make 1 2004-08-20 10:38:46Z znek $ +# GNUstep makefile SKYROOT=.. -- 2.39.5