From fcbd63e8495f4b15d2b4f3fb5f5f516486065e1f Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Fri, 1 Feb 2008 16:37:28 +0000 Subject: [PATCH] 2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour/at/rglab.pl) * config/lib.cf * fixed to correctly list the source of installed library --- harbour/ChangeLog | 4 ++++ harbour/config/lib.cf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b9e896a040..2693fe5c64 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour/at/rglab.pl) + * config/lib.cf + * fixed to correctly list the source of installed library + 2008-02-01 12:25 UTC+0100 Ryszard Glab * config/os2/global.cf * fixed to delete single library during 'clean' when diff --git a/harbour/config/lib.cf b/harbour/config/lib.cf index cefb0c78a3..a6acaad683 100644 --- a/harbour/config/lib.cf +++ b/harbour/config/lib.cf @@ -37,7 +37,7 @@ $(LIB_NAME) : $(ALL_OBJS) $(AR_RULE) -INSTALL_OBJS = $(LIB_ARCH) +INSTALL_OBJS = $(LIB_DIR)/$(LIB_NAME) INSTALL_DIR = $(HB_LIB_INSTALL) include $(TOP)$(ROOT)config/install.cf