Do nothing for the etc-examples target when SHARED=symlinks, since we'll

end up trying to install into the source directory.

Reported by:	bde
This commit is contained in:
sheldonh 1999-06-27 16:42:25 +00:00
parent b5d1061c97
commit 7d8fa58ccd

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.23 1997/02/22 13:55:43 peter Exp $
# $Id: Makefile,v 1.24 1999/06/24 09:45:26 sheldonh Exp $
#
# Doing a make install builds /usr/share/examples
@ -31,6 +31,8 @@ symlinks::
.endfor
etc-examples:
.if ${SHARED} != "symlinks"
(cd ${.CURDIR}/../../etc; ${MAKE} etc-examples)
.endif
.include <bsd.prog.mk>