diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 30cd58c5b9..bacd26ee1c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-08-08 15:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/libnf/make_b32.bat + - contrib/libnf/nanfor.bc + + contrib/libnf/makefile.bc + * BC makefile name made uniform. + 2007-08-08 15:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/libnf/makefile.vc * contrib/libnf/nanfor.bc diff --git a/harbour/contrib/libnf/make_b32.bat b/harbour/contrib/libnf/make_b32.bat index b6e2ebf00a..f63d630161 100644 --- a/harbour/contrib/libnf/make_b32.bat +++ b/harbour/contrib/libnf/make_b32.bat @@ -8,7 +8,7 @@ if "%1" == "CLEAN" goto CLEAN :BUILD - make -fnanfor.bc %1 %2 %3 > make_b32.log + make -fmakefile.bc %1 %2 %3 > make_b32.log if errorlevel 1 goto BUILD_ERR :BUILD_OK diff --git a/harbour/contrib/libnf/nanfor.bc b/harbour/contrib/libnf/makefile.bc similarity index 100% rename from harbour/contrib/libnf/nanfor.bc rename to harbour/contrib/libnf/makefile.bc