diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8b219ffb3b..8d313c0cba 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +19990604-12:00 EDT David G. Holm + * build31.bat + - Removed the non-portable fully qualified path that somebody added + to the make command instead of adding to their PATH statement. + 19990604-17:15 CET Eddie Runia * source/compiler/harbour.y; source/vm/hvm.c; include/pcode.h; tests/working/funcarr.prg diff --git a/harbour/build31.bat b/harbour/build31.bat index f3370a8526..bbf3776881 100644 --- a/harbour/build31.bat +++ b/harbour/build31.bat @@ -1 +1 @@ -c:\devl\borlandc\bin\make -fmakefile.b31 -r %1 +make -fmakefile.b31 -r %1 \ No newline at end of file