From 65d1d7b4e9430ca3e6f7c914d86c6c6c0676e295 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 31 Dec 1996 02:39:40 +0000 Subject: Use `beforeinstall' target instead of `install' target to avoid setting a bad example. --- lib/compat/compat21/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/compat/compat21') diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index 6a62c91..59b7aa6 100644 --- a/lib/compat/compat21/Makefile +++ b/lib/compat/compat21/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/12/28 17:42:48 peter Exp $ +# $Id: Makefile,v 1.4 1996/12/30 07:32:34 jkh Exp $ DISTRIBUTION= compat21 @@ -13,7 +13,7 @@ ${lib}: ${lib}.gz.uu uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib} .endfor -install: +beforeinstall: ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ ${DESTDIR}${LIBCOMPATDIR} -- cgit v1.1