Back out my previous change, which caused c++rt0.o to be linked into

every shared library, until I can diagnose the problems it is causing
for certain programs such as awk and groff.
This commit is contained in:
John Polstra 1996-01-21 17:26:25 +00:00
parent 1117d2af7a
commit a659df8a06
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ LDDESTDIR?= -L${DESTDIR}/usr/lib
.endif
.if !defined(NOPIC)
.if !make(clean) && !make(cleandir)
.if defined(CPLUSPLUSLIB) && !make(clean) && !make(cleandir)
SOBJS+= ${DESTDIR}/usr/lib/c++rt0.o
.endif