From ca8c0a0e89edaf24288b08784613986159ada1da Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 31 Jan 2008 17:09:17 +0000 Subject: [PATCH] 2008-01-31 18:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * common.mak * harbour-ce-spec * harbour-w32-spec * harbour.spec * make_tgz.sh * utils/hbpptest/Makefile + utils/hbpptest/hbpptest.prg - utils/hbpptest/pretest.prg ! Fixed hbpptest to have this name (instead of 'pretest') even when built with the GNU make system. --- harbour/ChangeLog | 12 ++++++++++++ harbour/common.mak | 2 +- harbour/harbour-ce-spec | 2 +- harbour/harbour-w32-spec | 2 +- harbour/harbour.spec | 2 +- harbour/make_tgz.sh | 2 +- harbour/utils/hbpptest/Makefile | 4 ++-- harbour/utils/hbpptest/{pretest.prg => hbpptest.prg} | 0 8 files changed, 19 insertions(+), 7 deletions(-) rename harbour/utils/hbpptest/{pretest.prg => hbpptest.prg} (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ed2fcf9ea3..b810092fa9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,18 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-01-31 18:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * common.mak + * harbour-ce-spec + * harbour-w32-spec + * harbour.spec + * make_tgz.sh + * utils/hbpptest/Makefile + + utils/hbpptest/hbpptest.prg + - utils/hbpptest/pretest.prg + ! Fixed hbpptest to have this name (instead of 'pretest') even + when built with the GNU make system. + 2008-01-31 17:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-func.sh + Updated for lib name change. diff --git a/harbour/common.mak b/harbour/common.mak index 3ffbb1a6cb..2be1aca28c 100644 --- a/harbour/common.mak +++ b/harbour/common.mak @@ -1011,7 +1011,7 @@ HBPPGEN_EXE_OBJS = \ #********************************************************** HBPPTEST_EXE_OBJS = \ - $(OBJ_DIR)\pretest$(OBJEXT) \ + $(OBJ_DIR)\hbpptest$(OBJEXT) \ #********************************************************** diff --git a/harbour/harbour-ce-spec b/harbour/harbour-ce-spec index 129cc7ace6..5e853047a1 100644 --- a/harbour/harbour-ce-spec +++ b/harbour/harbour-ce-spec @@ -171,7 +171,7 @@ make -r -i install ${CCPREFIX}strip --strip-debug $HB_LIB_INSTALL/* # remove unused files -rm -fR ${HB_BIN_INSTALL}/{harbour,hbdoc,hbdot,hbmake,hbpp,hbrun,hbtest,hbverfix,pretest}.exe +rm -fR ${HB_BIN_INSTALL}/{harbour,hbdoc,hbdot,hbmake,hbpp,hbrun,hbtest,hbverfix,hbpptest}.exe rm -fR $HB_INC_INSTALL # Create a README file for people using this RPM. diff --git a/harbour/harbour-w32-spec b/harbour/harbour-w32-spec index 3416e282b1..867c56b2fd 100644 --- a/harbour/harbour-w32-spec +++ b/harbour/harbour-w32-spec @@ -171,7 +171,7 @@ make -r -i install ${CCPREFIX}strip --strip-debug $HB_LIB_INSTALL/* # remove unused files -rm -fR ${HB_BIN_INSTALL}/{harbour,hbdoc,hbdot,hbmake,hbpp,hbrun,hbtest,hbverfix,pretest}.exe +rm -fR ${HB_BIN_INSTALL}/{harbour,hbdoc,hbdot,hbmake,hbpp,hbrun,hbtest,hbverfix,hbpptest}.exe rm -fR $HB_INC_INSTALL # Create a README file for people using this RPM. diff --git a/harbour/harbour.spec b/harbour/harbour.spec index eab54a6068..6359c69b0d 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -313,7 +313,7 @@ then fi # remove unused files -rm -f ${HB_BIN_INSTALL}/{hbdoc,hbtest,hbverfix,pretest} +rm -f ${HB_BIN_INSTALL}/{hbdoc,hbtest,hbverfix,hbpptest} # Create a README file for people using this RPM. cat > doc/%{readme} <