From 53f49427b05ec9c9b7d8df2aacc3d97c2f8616a9 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 31 Dec 1996 02:39:40 +0000 Subject: [PATCH] Use `beforeinstall' target instead of `install' target to avoid setting a bad example. --- lib/compat/compat20/Makefile | 4 ++-- lib/compat/compat21/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile index cac702728657..d7c2f7c49507 100644 --- a/lib/compat/compat20/Makefile +++ b/lib/compat/compat20/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/12/28 17:42:47 peter Exp $ +# $Id: Makefile,v 1.4 1996/12/30 07:32:33 jkh Exp $ DISTRIBUTION= compat20 @@ -14,7 +14,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} diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index 6a62c918b9a0..59b7aa6fb756 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}