diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 60e4a54ee6..e2f09c0df0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-02 20:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/hbgf/Makefile + * do not include dir.cf when there is no platform dependent + hbgf* library + 2008-07-02 18:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbziparch/hbzipcom.cpp * contrib/hbziparch/hbzipnew.cpp diff --git a/harbour/contrib/hbgf/Makefile b/harbour/contrib/hbgf/Makefile index abbda3ecea..65f921ea53 100644 --- a/harbour/contrib/hbgf/Makefile +++ b/harbour/contrib/hbgf/Makefile @@ -16,4 +16,8 @@ ifeq ($(HB_ARCHITECTURE),os2) DIRS = hbgfos2 endif +ifneq ($(DIRS),) include $(ROOT)config/dir.cf +else +include $(TOP)$(ROOT)config/none.cf +endif