diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 137db18cba..cfd898a626 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-17 13:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * bin/hb-func.sh + - Deleted reference to hbfm lib. + + * source/pp/Makefile + * Minor formatting. + 2009-07-17 13:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/pp/Makefile * removed old HB_PP_RULES used for precomputed pptables diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index e09abc159a..271c8edabb 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -828,7 +828,7 @@ mk_hblibso() for l in ${hb_libs} do case $l in - hbdebug|profiler|hbcplr|hbfm|hbodbc|gtalleg|rddads) ;; + hbdebug|profiler|hbcplr|hbodbc|gtalleg|rddads) ;; *) ls="lib${l}.a" if [ -f lib${l}mt.a ] diff --git a/harbour/source/pp/Makefile b/harbour/source/pp/Makefile index 98e835fbd9..1bb0d62e04 100644 --- a/harbour/source/pp/Makefile +++ b/harbour/source/pp/Makefile @@ -36,7 +36,7 @@ pptable.c : hbpp$(EXE_EXT) ifneq ($(HB_BIN_INSTALL),) INSTALL_FILES = $(EXE_DIR)/hbpp$(EXE_EXT) INSTALL_DIR = $(HB_BIN_INSTALL) -HB_INSTALL_DEF=yes +HB_INSTALL_DEF = yes include $(TOP)$(ROOT)config/install.cf endif