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.
This commit is contained in:
Viktor Szakats
2009-08-21 15:10:13 +00:00
parent e7951e0839
commit 9e5ab79cf5
2 changed files with 7 additions and 0 deletions

View File

@@ -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.

View File

@@ -4,6 +4,8 @@
ROOT := ../../
include $(TOP)$(ROOT)config/global.mk
C_SOURCES := \
pptable.c \
ppcore.c \