From 09782982439964fd184cf055a47d5e0f52bb0139 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 2 Jul 2008 18:00:25 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbgf/Makefile | 4 ++++ 2 files changed, 9 insertions(+) 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