From 867a03f9ab3b4f39ffd770061368deddc6b94e93 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Fri, 4 Jun 1999 17:05:18 +0000 Subject: [PATCH] See ChangeLog entry 19990604-12:00 EDT David G. Holm --- harbour/ChangeLog | 5 +++++ harbour/build31.bat | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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