diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-20 22:30:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-20 22:30:18 +0000 |
commit | 574abe5ac81d1c7d74b6329546def63982a2f172 (patch) | |
tree | 959ec115d9beb3dcb509150d5b0d729b12fbe806 /gnu/usr.bin/rcs | |
parent | c35ff616de09ecd94952972f47bba0f21d37b4b8 (diff) |
Remove hack to work around make(1) bug now that the make(1)
change in question has been backed out.
Diffstat (limited to 'gnu/usr.bin/rcs')
-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: |