Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/tmac Revert 1.19 -> 1.20 change by thorpej. This shoul...



details:   https://anonhg.NetBSD.org/src/rev/d12fe1760676
branches:  trunk
changeset: 475928:d12fe1760676
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 30 00:41:57 1999 +0000

description:
Revert 1.19 -> 1.20 change by thorpej. This should work as it is.

diffstat:

 share/tmac/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 1c299c73a299 -r d12fe1760676 share/tmac/Makefile
--- a/share/tmac/Makefile       Mon Aug 30 00:41:28 1999 +0000
+++ b/share/tmac/Makefile       Mon Aug 30 00:41:57 1999 +0000
@@ -1,5 +1,5 @@
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
-#      $NetBSD: Makefile,v 1.23 1999/07/10 20:04:03 christos Exp $
+#      $NetBSD: Makefile,v 1.24 1999/08/30 00:41:57 christos Exp $
 
 # IF YOU ADD TO MSRCS, MAKE SURE YOU UPDATE `CATDEPS' IN bsd.man.mk!
 MSRCS=  andoc doc doc-ditroff doc-common doc-nroff doc-syms doc2html
@@ -19,10 +19,7 @@
 
 .for i in ${MSRCS}
 tmac.$i: $i
-       @if [ ! -f ${.TARGET} -o ${.ALLSRC} -nt ${.TARGET} ]; then \
-               echo "sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}"; \
-               sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}; \
-       fi
+       sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}
 .endfor
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index