Fixed typo that caused make install to fall if SHARED=copies.

This commit is contained in:
Rodney W. Grimes 1994-09-23 07:47:43 +00:00
parent 2bda0e5dc8
commit 3e9ab531ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3026

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1994/09/13 02:21:03 wollman Exp $
# $Id: Makefile,v 1.7 1994/09/23 07:19:25 rgrimes Exp $
#
# Doing a make install builds /usr/share/examples
@ -18,7 +18,7 @@ copies:
@${ECHO} installing ${DESTDIR}/usr/share/examples
@-for a in ${DIRS}; do \
rm -rf ${DESTDIR}/usr/share/examples/$$a; \
cp =rp $$a ${DESTDIR}/usr/share/examples; \
cp -rp $$a ${DESTDIR}/usr/share/examples; \
done
symlinks: