From 49687e27b20480eaa91932d9522572f7a00e8873 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 8 Oct 2008 21:18:27 +0000 Subject: [PATCH] Fixed include lines. --- configure/os/CONFIG.darwin-ppc.darwin-ppc-debug | 4 ++-- configure/os/CONFIG.darwin-x86.darwin-x86-debug | 4 ++-- configure/os/CONFIG.solaris-x86.solaris-x86-debug | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug b/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug index 9890c1916..e9202cafe 100644 --- a/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug +++ b/configure/os/CONFIG.darwin-ppc.darwin-ppc-debug @@ -7,8 +7,8 @@ # Sites may override these definitions in CONFIG_SITE.darwin-ppc.darwin-ppc-debug #------------------------------------------------------- -include $(CONFIG)/os/CONFIG.Common.darwin-ppc -include $(CONFIG)/os/CONFIG.darwin-ppc.darwin-ppc +-include $(CONFIG)/os/CONFIG.Common.darwin-ppc +-include $(CONFIG)/os/CONFIG.darwin-ppc.darwin-ppc # This will cause build failure when used with make -j option #BUILD_CLASS = HOST diff --git a/configure/os/CONFIG.darwin-x86.darwin-x86-debug b/configure/os/CONFIG.darwin-x86.darwin-x86-debug index 580a0db88..cded9f21b 100644 --- a/configure/os/CONFIG.darwin-x86.darwin-x86-debug +++ b/configure/os/CONFIG.darwin-x86.darwin-x86-debug @@ -7,8 +7,8 @@ # Sites may override these definitions in CONFIG_SITE.darwin-x86.darwin-x86-debug #------------------------------------------------------- -include $(CONFIG)/os/CONFIG.Common.darwin-x86 -include $(CONFIG)/os/CONFIG.darwin-x86.darwin-x86 +-include $(CONFIG)/os/CONFIG.Common.darwin-x86 +-include $(CONFIG)/os/CONFIG.darwin-x86.darwin-x86 # This will cause build failure when used with make -j option #BUILD_CLASS = HOST diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86-debug b/configure/os/CONFIG.solaris-x86.solaris-x86-debug index 5ac889080..58c00b26c 100644 --- a/configure/os/CONFIG.solaris-x86.solaris-x86-debug +++ b/configure/os/CONFIG.solaris-x86.solaris-x86-debug @@ -7,6 +7,7 @@ # Sites may override these definitions in CONFIG_SITE.solaris-x86.solaris-x86-debug #------------------------------------------------------- +include $(CONFIG)/os/CONFIG.Common.solaris-x86 include $(CONFIG)/os/CONFIG.solaris-x86.solaris-x86 #BUILD_CLASS = HOST