From 45f8aa00b84f1216a180613be7cfe34c1a454290 Mon Sep 17 00:00:00 2001 From: millert Date: Sun, 20 Apr 1997 22:30:17 +0000 Subject: [PATCH] Remove hack to work around make(1) bug now that the make(1) change in question has been backed out. --- gnu/usr.bin/rcs/Makefile.bsd-wrapper | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gnu/usr.bin/rcs/Makefile.bsd-wrapper b/gnu/usr.bin/rcs/Makefile.bsd-wrapper index a702e716b85..3dd2ff6c976 100644 --- a/gnu/usr.bin/rcs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/rcs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 1997/04/07 15:38:53 downsj Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1997/04/20 22:30:17 millert Exp $ MAN= man/ci.1 man/co.1 man/ident.1 man/merge.1 man/rcs.1 man/rcsclean.1 \ man/rcsdiff.1 man/rcsfile.5 man/rcsfreeze.1 man/rcsintro.1 \ @@ -22,15 +22,10 @@ config.status: rcsfile.5: (cd man ; ${MAKE} ${GNUCFLAGS} rcsfile.5) -# Cope with temporary make(1) bugs. This entire rule should be removed. -man/rcsfile.cat5: rcsfile.5 - @echo "${NROFF} -mandoc ${.OBJDIR}/man/rcsfile.5 > ${.TARGET}" - @${NROFF} -mandoc ${.OBJDIR}/man/rcsfile.5 > ${.TARGET} || (rm -f ${.TARGET}; false) - install: maninstall ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \ bindir=${DESTDIR}/usr/bin INSTALL_MAN= install - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + install ${COPY_FLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/src/rcsfreeze.sh ${DESTDIR}/usr/bin/rcsfreeze clean cleandir: -- 2.20.1