diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9e5d3ffde1..cf2a352b1b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-07 15:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/global.cf + ! Minor fix to prev. + 2009-08-07 15:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.cf + Added HB_COMPILER autodetection for darwin/hpux/bsd. diff --git a/harbour/config/global.cf b/harbour/config/global.cf index 0b5977a2d2..bf13814acc 100644 --- a/harbour/config/global.cf +++ b/harbour/config/global.cf @@ -111,8 +111,9 @@ ifeq ($(HB_CONFIG_SHOWN),) # HB_HOST_BUILD, HB_XBUILD, HB_WITHOUT_*, HB_REBUILD_PARSER ifeq ($(HB_DYNLIB),yes) - $(info Dynamic library creation phase) + $(info Harbour GNU Make: Dynamic library creation phase) endif + $(info Harbour GNU Make: Configuration:) ifneq ($(HB_USER_PRGFLAGS),) $(info HB_USER_PRGFLAGS: $(HB_USER_PRGFLAGS)) endif