diff options
Diffstat (limited to 'contrib/sendmail/doc/op/Makefile')
| -rw-r--r-- | contrib/sendmail/doc/op/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/sendmail/doc/op/Makefile b/contrib/sendmail/doc/op/Makefile index ffa4e76d19d4..7d93e618fb0b 100644 --- a/contrib/sendmail/doc/op/Makefile +++ b/contrib/sendmail/doc/op/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 8.15 2004/07/20 20:25:10 ca Exp $ +# $Id: Makefile,v 8.16 2006/01/05 22:03:31 ca Exp $ DIR= smm/08.sendmailop SRCS= op.me @@ -22,6 +22,7 @@ all: ${OBJS} op.ps: ${SRCS} rm -f $@ ${PIC} ${SRCS} | ${EQNPS} | ${ROFFPS} > $@ + test -s $@ || ${ROFFPS} -p -e ${SRCS} > $@ op.txt: ${SRCS} rm -f $@ |
