diff options
author | 1997-04-20 22:30:17 +0000 | |
---|---|---|
committer | 1997-04-20 22:30:17 +0000 | |
commit | 45f8aa00b84f1216a180613be7cfe34c1a454290 (patch) | |
tree | cb04b6f71e4b521ef5ef64df9f3da373896e90cd | |
parent | Back out the following change since it introduces an ordering problem: (diff) | |
download | wireguard-openbsd-45f8aa00b84f1216a180613be7cfe34c1a454290.tar.xz wireguard-openbsd-45f8aa00b84f1216a180613be7cfe34c1a454290.zip |
Remove hack to work around make(1) bug now that the make(1)
change in question has been backed out.
-rw-r--r-- | gnu/usr.bin/rcs/Makefile.bsd-wrapper | 9 |
1 files 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: |