diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cec23d9cfa..ab756bc29a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-30 20:36 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/make.hb + - deleted TODO which is unimportant and works + well in practice + 2012-07-30 16:06 UTC+0200 Viktor Szakats (harbour syenar.net) + contrib/hbtip/tests/test01.prg * contrib/hbtip/httpcli.prg diff --git a/harbour/contrib/make.hb b/harbour/contrib/make.hb index e67991f8fd..6a28d50a48 100755 --- a/harbour/contrib/make.hb +++ b/harbour/contrib/make.hb @@ -27,10 +27,7 @@ * */ -/* TODO: - - Make home project detection more robust in stdalone mode. - - NOTE: +/* NOTE: - 'install' is ignored in stdalone mode. It would be needed to replicate the install dir defaulting logic found in global.mk to implement it.