Changed to gnu compiler for depends rule.

This commit is contained in:
Janet B. Anderson
2001-07-09 20:04:24 +00:00
parent 21dc0da78c
commit 7b54119ff8

View File

@@ -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++