diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f8bea7fd43..46a0c72023 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-22 16:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * source/pp/Makefile + % Deleted rule to delete hbpp_dyn object. No longer necessary + after patching hbpp.c. Just left there in prev commit to + have this line fixed. + ! Deleted comment which became irrelevant after prev commit, + but forgot to remove it. + 2009-08-22 16:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/pp/Makefile ! Fixed case when OBJ_DYN_POSTFIX was empty (all platforms diff --git a/harbour/source/pp/Makefile b/harbour/source/pp/Makefile index 76dd26ca26..5621b7b149 100644 --- a/harbour/source/pp/Makefile +++ b/harbour/source/pp/Makefile @@ -30,11 +30,9 @@ BIN_FILE := $(BIN_DIR)/hbpp$(BIN_EXT) vpath hbpp$(BIN_EXT) $(BIN_DIR) -# NOTE: Leave the extra empty line after the rules. 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) $(if $(wildcard hbpp$(OBJ_EXT)),-@$(RM) hbpp$(OBJ_EXT),) - $(if $(OBJ_DYN_POSTFIX),$(if $(wildcard hbpp$(OBJ_DYN_POSTFIX)$(OBJ_EXT)),-@$(RM) hbpp$(OBJ_DYN_POSTFIX)$(OBJ_EXT),),) ifneq ($(HB_HOST_BUILD),lib) ifneq ($(HB_BIN_INSTALL),)