From 4b6e7a7f3fca643961408ec6a149b578ef8604e3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 15 Sep 2017 22:05:58 +0000 Subject: [PATCH] 2017-09-15 22:05 UTC Viktor Szakats (vszakats users.noreply.github.com) * src/pp/Makefile ! sync a missing variable rename with 3.4 fork Ref: https://groups.google.com/d/msg/harbour-users/_7sIZaql0JU/zZSvz1SbAQAJ --- ChangeLog.txt | 5 +++++ src/pp/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ae1e59d8d2..074e89e749 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,11 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2017-09-15 22:05 UTC Viktor Szakats (vszakats users.noreply.github.com) + * src/pp/Makefile + ! sync a missing variable rename with 3.4 fork + Ref: https://groups.google.com/d/msg/harbour-users/_7sIZaql0JU/zZSvz1SbAQAJ + 2017-09-14 23:00 UTC Viktor Szakats (vszakats users.noreply.github.com) * contrib/hbmisc/tests/pe.prg * contrib/hbpost.hbm diff --git a/src/pp/Makefile b/src/pp/Makefile index cc51dee334..0babd01c53 100644 --- a/src/pp/Makefile +++ b/src/pp/Makefile @@ -25,7 +25,7 @@ vpath hbpp$(BIN_EXT) $(BIN_DIR) pptable.c : hbpp$(BIN_EXT) $(HB_HOST_BIN_DIR)/hbpp$(HB_HOST_BIN_EXT) $(TOP)$(ROOT)include/hbstdgen.ch -opptable.c -q -c$(TOP)$(ROOT) -v$(HB_VERHEADER) - -@$(RM) hbpp$(OBJ_EXT) $(if $(OBJ_DYN_POSTFIX),hbpp$(OBJ_DYN_POSTFIX)$(OBJ_EXT),) + -@$(RM) hbpp$(OBJ_EXT) $(if $(OBJ_DYN_SUFFIX),hbpp$(OBJ_DYN_SUFFIX)$(OBJ_EXT),) ifneq ($(HB_BUILD_PARTS),lib) ifneq ($(HB_INSTALL_BIN),)