Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supported

C++ file extensions.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2012-06-09 11:41:29 +00:00
parent 9760b0e0c5
commit 85d4004625

View File

@ -74,7 +74,7 @@ PO_FLAG=-pg
${CC} ${PICFLAG} -DPIC ${SHARED_CFLAGS} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
${CTFCONVERT_CMD}
.cc.o:
.cc.o .C.o .cpp.o .cxx.o:
${CXX} ${STATIC_CXXFLAGS} ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
.cc.po .C.po .cpp.po .cxx.po: