Use solaris compiler for HDEPENDS.

This commit is contained in:
Janet B. Anderson
2001-08-23 18:53:57 +00:00
parent 1a0bbfb0ca
commit fe2b7fd8fc
2 changed files with 2 additions and 13 deletions
@@ -53,11 +53,5 @@ STATIC_LDLIBS_NO=
SHRLIB_LDFLAGS_YES = -G -h $@
# gnu compiler used because Sun compiler output
# includes headers from /opt/SUNWspro and does
# not work for c++ headers without .h suffix.
HDEPENDS_FLAGS_CMPLR = -MM
HDEPENDS.c_CMPLR = gcc
HDEPENDS.cpp_CMPLR = g++
HDEPENDS_FLAGS_CMPLR = -xM1
+1 -6
View File
@@ -54,10 +54,5 @@ STATIC_LDLIBS_NO=
SHRLIB_LDFLAGS_YES = -G -h $@
# gnu compiler used because Sun compiler output
# includes headers from /opt/SUNWspro and does
# not work for c++ headers without .h suffix.
HDEPENDS_FLAGS_CMPLR = -MM
HDEPENDS.c_CMPLR = gcc
HDEPENDS.cpp_CMPLR = g++
HDEPENDS_FLAGS_CMPLR = -xM1