From 478ad43c9a22032dc8d3d0d103a8ce8792ffee0e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 14 Jun 2010 21:32:02 +0000 Subject: [PATCH] 2010-06-14 23:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dos/djgpp.mk ! Fixed ten year old issue where error returned by LD was suppressed. Thanks to Tamas Tevesz for finding it. --- harbour/ChangeLog | 5 +++++ harbour/config/dos/djgpp.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ca8e140fff..387fa8138b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-14 23:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/dos/djgpp.mk + ! Fixed ten year old issue where error returned by LD was suppressed. + Thanks to Tamas Tevesz for finding it. + 2010-06-14 20:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbqt/qth/QSyntaxHighlighter.qth + Readded. diff --git a/harbour/config/dos/djgpp.mk b/harbour/config/dos/djgpp.mk index f97021d570..1728174454 100644 --- a/harbour/config/dos/djgpp.mk +++ b/harbour/config/dos/djgpp.mk @@ -99,7 +99,7 @@ define link_exe_file $(foreach file,$(^F),$(link_file)) $(foreach file,$(LIBPATHS),$(link_file)) $(foreach file,$(LDLIBS),$(link_file)) - -$(LD) @__link__.tmp + $(LD) @__link__.tmp endef AR := $(HB_CCPATH)$(HB_CCPREFIX)ar