From 70b49f3ba402cb9e2701ff643b534d91735bf9ef Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 23 Aug 2001 18:55:12 +0000 Subject: [PATCH] Added HDEPENDS definitions. --- .../os/CONFIG.win32-x86-borland.win32-x86-borland | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland index 4ac4d3273..2163ba518 100644 --- a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland +++ b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland @@ -275,3 +275,13 @@ LINK.cpp += , $@ ,,$(LINKLIBS) $(subst /,\\,$(LDLIBS)) # override of CONFIG_SITE default SHARED_LIBRARIES = YES +# gnu compiler used to create depends files +HDEPENDS_FLAGS_CMPLR = -MM +HDEPENDS.c_CMPLR = gcc +HDEPENDS.cpp_CMPLR = g++ + +# override of CONFIG_COMMON +HDEPENDS_INCLUDES_MKMF = $(filter-out $(BORLAND_INC),$(subst -I,,$(INCLUDES))) +# override of CONFIG_SITE +HOST_HDEPENDS_CMD=MKMF +