From a1e71a0d144273fffbc92b1f450a7c2dedc331a2 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 31 Dec 1996 02:38:28 +0000 Subject: [PATCH] Use `beforeinstall' target instead of `install' target so that the links get installed. The `install' target should only be overridden when the default one would do something wrong and you're too lazy to fix the default one. --- lib/compat/compat1x/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index f2ca6ae7f183..800d1ba394c3 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/12/28 17:42:46 peter Exp $ +# $Id: Makefile,v 1.4 1996/12/30 07:31:43 jkh Exp $ DISTRIBUTION= compat1x @@ -9,8 +9,7 @@ LIBS= libc.so.1.1 libcurses.so.1.1 libf2c.so.1.1 libg++.so.1.1 \ libutil.so.1.1 liby.so.1.1 CLEANFILES+= ${LIBS} -LINKS= ${LIBCOMPATDIR}/libtermcap.so.1.1 \ - ${LIBCOMPATDIR}/libtermlib.so.1.1 +LINKS= ${LIBCOMPATDIR}/libtermcap.so.1.1 ${LIBCOMPATDIR}/libtermlib.so.1.1 all: ${LIBS} @@ -19,7 +18,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}