Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supported
C++ file extensions. MFC after: 3 days
This commit is contained in:
parent
9760b0e0c5
commit
85d4004625
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user