From 9e5ab79cf5559631c30d70be72ff444ef7322878 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 21 Aug 2009 15:10:13 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 5 +++++ harbour/source/pp/Makefile | 2 ++ 2 files changed, 7 insertions(+) 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 \