diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 48fd2470a1..dd16592fc9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-21 17:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * source/pp/Makefile + ! Including global.mk at the top to make sure OBJ_DYN_PREFIX is + initialized. + 2009-08-21 16:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/pp/Makefile ! Deleted double clean rules for hbpp executable + .tds file. diff --git a/harbour/source/pp/Makefile b/harbour/source/pp/Makefile index 12b66f009b..52f2f7e1ad 100644 --- a/harbour/source/pp/Makefile +++ b/harbour/source/pp/Makefile @@ -4,6 +4,8 @@ ROOT := ../../ +include $(TOP)$(ROOT)config/global.mk + C_SOURCES := \ pptable.c \ ppcore.c \