From 7b54119ff89e4fc80d80f17b2809576a8991dc36 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 9 Jul 2001 20:04:24 +0000 Subject: [PATCH] Changed to gnu compiler for depends rule. --- configure/os/CONFIG.solaris-x86.solaris-x86 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86 b/configure/os/CONFIG.solaris-x86.solaris-x86 index eb1de16c7..7eebbf593 100644 --- a/configure/os/CONFIG.solaris-x86.solaris-x86 +++ b/configure/os/CONFIG.solaris-x86.solaris-x86 @@ -52,7 +52,11 @@ STATIC_LDFLAGS_NO= STATIC_LDLIBS_YES= -Bdynamic STATIC_LDLIBS_NO= -SHRLIB_LDFLAGS_YES = -G -h $@ +SHRLIB_LDFLAGS_YES = -G -h $@ -DEPENDS_FLAG = -xM1 +# gnu compiler used because Sun compiler output +# includes headers from /opt/SUNWspro and does +# not work for c++ headers without .h suffix. +DEPENDS_FLAG = -MM +DEPENDS.cpp = g++