From 94c1283dd8b22d35c44886254331d96854fb9812 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 7 Dec 2009 18:29:27 +0000 Subject: [PATCH] 2009-12-07 19:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/global.mk ! fixed variable name in output message --- harbour/ChangeLog | 4 ++++ harbour/config/global.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cdd7331e12..2ecc2d7cec 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-07 19:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/config/global.mk + ! fixed variable name in output message + 2009-12-07 18:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/pp/ppcore.c * strip UTF-8 BOM signature from compiled .prg files diff --git a/harbour/config/global.mk b/harbour/config/global.mk index e4b4fed703..9120fbd59b 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -269,7 +269,7 @@ ifeq ($(HB_INIT_DONE),) $(info ! HB_USER_AFLAGS: $(HB_USER_AFLAGS)) endif ifneq ($(HB_USER_DFLAGS),) - $(info ! HB_USER_AFLAGS: $(HB_USER_DFLAGS)) + $(info ! HB_USER_DFLAGS: $(HB_USER_DFLAGS)) endif ifneq ($(HB_USER_LIBS),) $(info ! HB_USER_LIBS: $(HB_USER_LIBS))