Back out rev 1.60, taking the pointy hat away from nectar as 'rm -f'

doesn't need to be prefixed with '-'.  Keep the pointy hat for myself
for not reading the code closely.
This commit is contained in:
David E. O'Brien 2003-03-11 17:19:37 +00:00
parent 739804813b
commit a6c3fa5b5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112097

View File

@ -271,9 +271,9 @@ evp.h: ${LCRYPTO_SRC}/crypto/evp/evp.h
OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a
afterinstall:
@echo "Removing stale symlinks."
-rm -f ${DESTDIR}${INCLUDEDIR}/des.h
rm -f ${DESTDIR}${INCLUDEDIR}/des.h
.for symlink in ${OLDSYMLINKS}
-rm -f ${DESTDIR}${LIBDIR}/${symlink}
rm -f ${DESTDIR}${LIBDIR}/${symlink}
.endfor
.include <bsd.lib.mk>