From ae2ac85cb2b7a799f5ab94e3c9a74963e6cc3005 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 11 Dec 1995 01:58:53 +0000 Subject: Tweak the install targets so that the installs are done in the right place relative to the SUBDIR recursion.. Otherwise, the results look really odd. (basically changed a couple of afterinstall's to beforeinstall's) --- gnu/usr.bin/cvs/cvsbug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/cvs/cvsbug/Makefile') diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile index 2117dda..b2644bf 100644 --- a/gnu/usr.bin/cvs/cvsbug/Makefile +++ b/gnu/usr.bin/cvs/cvsbug/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/07/25 00:31:51 bde Exp $ +# $Id: Makefile,v 1.1 1995/12/10 23:05:53 peter Exp $ MAN8= cvsbug.8 @@ -16,7 +16,7 @@ all: cvsbug sed -e "s,xVERSIONx,`cat ver`,g" ${.CURDIR}/$@.sh > $@ -afterinstall: +beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ cvsbug ${DESTDIR}${BINDIR}/cvsbug -- cgit v1.1