From 93c39c86f7617d9c71161d74ca0d8b88dbe47d4b Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Mon, 1 Nov 2010 14:35:49 -0500 Subject: [PATCH] Added includes for host's CONFIG_SITE files. Changed all to -include. --- configure/os/CONFIG.cygwin-x86.cygwin-x86-debug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.cygwin-x86.cygwin-x86-debug b/configure/os/CONFIG.cygwin-x86.cygwin-x86-debug index 3a7f3c2b9..67f380a9d 100644 --- a/configure/os/CONFIG.cygwin-x86.cygwin-x86-debug +++ b/configure/os/CONFIG.cygwin-x86.cygwin-x86-debug @@ -7,8 +7,10 @@ # Sites may override these definitions in CONFIG_SITE.cygwin-x86.cygwin-x86-debug #------------------------------------------------------- -include $(CONFIG)/os/CONFIG.Common.cygwin-x86 -include $(CONFIG)/os/CONFIG.cygwin-x86.cygwin-x86 +-include $(CONFIG)/os/CONFIG.Common.cygwin-x86 +-include $(CONFIG)/os/CONFIG.cygwin-x86.cygwin-x86 +-include $(CONFIG)/os/CONFIG_SITE.Common.cygwin-x86 +-include $(CONFIG)/os/CONFIG_SITE.cygwin-x86.cygwin-x86 BUILD_CLASS = HOST