diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 906d0e346b..817715e2e7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-05-29 12:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/Makefile + - Deleted commented 'examples' reference. + 2009-05-29 12:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg + Added -echo= command line parameter. Similar to echo= in .hbc files. diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index d60894f979..188e6f57fd 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -55,8 +55,6 @@ endif DIRS += $(HB_CONTRIB_ADDONS) -# DIRS += examples - ifneq ($(DIRS),) include $(TOP)$(ROOT)config/dir.cf else