From 0367a7f8f48e2b955c1ea81b6d6dc87a41a352d3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Feb 2011 15:08:35 +0000 Subject: [PATCH] 2011-02-22 16:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk % Deleted two remaining HB_DYNLIB_NAME* variables. --- harbour/ChangeLog | 4 ++++ harbour/config/global.mk | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b9f592de93..cb475281d0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-02-22 16:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * config/global.mk + % Deleted two remaining HB_DYNLIB_NAME* variables. + 2011-02-22 16:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/dynlib/2nd/Makefile * src/dynlib/Makefile diff --git a/harbour/config/global.mk b/harbour/config/global.mk index b51d5b1745..4bc2177b36 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -1823,11 +1823,7 @@ ifeq ($(HB_INIT_DONE),) export HB_DYNLIB_POSC export HB_DYNLIB_PEXC - HB_DYNLIB_BASE := harbour - HB_DYNLIB_NAME := $(HB_DYNLIB_BASE)$(HB_DYNLIB_POST) - - export HB_DYNLIB_BASE - export HB_DYNLIB_NAME + export HB_DYNLIB_BASE := harbour ifeq ($(_HB_BUILD_DYN_ST),yes) ifneq ($(filter $(HB_PLATFORM),dos os2),) @@ -1835,10 +1831,7 @@ ifeq ($(HB_INIT_DONE),) else HB_DYNLIB_BASE_2ND := harbourst endif - HB_DYNLIB_NAME_2ND := $(HB_DYNLIB_BASE_2ND)$(HB_DYNLIB_POST) - export HB_DYNLIB_BASE_2ND - export HB_DYNLIB_NAME_2ND endif endif endif