From 32a079dfa9ef6333b7da250e2ccc897157881ed7 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Sun, 27 Jun 1999 16:42:25 +0000 Subject: 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 --- share/examples/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share/examples/Makefile') diff --git a/share/examples/Makefile b/share/examples/Makefile index 9946eb2..fa630aa 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -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 -- cgit v1.1