From 2dc9e99bc28320f3cdd07897005b469b02c42fa8 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 14 Feb 2007 12:28:32 +0000 Subject: [PATCH] Do not use GNUSTEP_INSTALLATION_DIR git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@24553 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ GNUmakefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e90bdb2..3145ffc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-14 Nicola Pero + + * GNUmakefile (BUNDLE_INSTALL_DIR): Set using GNUSTEP_BUNDLES, + not GNUSTEP_INSTALLATION_DIR. + 2007-01-29 Richard Frith-Macdonald * JDBC.m: Add JDBC2.0 batching for when all statements in a diff --git a/GNUmakefile b/GNUmakefile index 7dcb82f..4c40f13 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,7 +28,7 @@ SQLClient_HEADER_FILES_INSTALL_DIR = SQLClient BUNDLE_NAME= -BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/SQLClient +BUNDLE_INSTALL_DIR=$(GNUSTEP_BUNDLES)/SQLClient # In some systems and situations the dynamic linker needs to haved the # SQLClient, gnustep-base, and objc libraries explicityly linked into