From 30e2eeccb84c1e15890bd4fe4f095b6d15ffa839 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 11 Aug 2009 10:28:34 +0000 Subject: [PATCH] 2009-08-11 12:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/darwin/gcc.cf ! Fixed double $(LINKLIBS) spec in LD_RULE. May have been intentional so after commit I'll test it on darwin. --- harbour/ChangeLog | 5 +++++ harbour/config/darwin/gcc.cf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a761220312..0eb98634d6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-11 12:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/darwin/gcc.cf + ! Fixed double $(LINKLIBS) spec in LD_RULE. + May have been intentional so after commit I'll test it on darwin. + 2009-08-11 12:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/bsd/gcc.cf * config/wce/msvcarm.cf diff --git a/harbour/config/darwin/gcc.cf b/harbour/config/darwin/gcc.cf index 8da8b7b67e..0fd2dc5446 100644 --- a/harbour/config/darwin/gcc.cf +++ b/harbour/config/darwin/gcc.cf @@ -81,7 +81,7 @@ endif LINKLIBS += -lm LDFLAGS += $(LINKPATHS) -LD_RULE = $(LD) $(CFLAGS) $(LD_OUT) $(BIN_DIR)/$@ $(^F) $(LDFLAGS) $(HB_USER_LDFLAGS) $(LINKLIBS) $(LINKLIBS) +LD_RULE = $(LD) $(CFLAGS) $(LD_OUT) $(BIN_DIR)/$@ $(^F) $(LDFLAGS) $(HB_USER_LDFLAGS) $(LINKLIBS) AR := libtool ARFLAGS :=