From b1a30dedef22270baf46a4b3438e818b370b89f9 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 1 Oct 2001 00:36:39 +0000 Subject: [PATCH] Simplification in internal variables and code for determining -L flags git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11052 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6c2b3ad5..45dcbbac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sun Sep 30 14:03:02 2001 Nicola Pero + + * common.make (GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAGS): Variable + removed. Flag moved into GNUSTEP_LOCAL_LIBRARIES_FLAGS. + (GNUSTEP_USER_TARGET_LIBRARIES_FLAGS): Idem. + (GNUSTEP_NETWORK_TARGET_LIBRARIES_FLAGS): Idem. + * rules.make (ALL_LIB_DIRS, LIB_DIRS_NO_SYSTEM): No longer need + to add GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAGS as + GNUSTEP_LOCAL_LIBRARIES_FLAGS is enough now. Similar for + GNUSTEP_USER_TARGET_LIBRARIES_FLAGS and + GNUSTEP_NETWORK_TARGET_LIBRARIES_FLAGS. + Sun Sep 30 13:46:38 2001 Nicola Pero * test-library.make ($(SCRIPTS_DIRECTORY)/config/unix.exp): Do not