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