Source-Changes-HG archive

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

[src/trunk]: src/tools/mandoc clean Makefile.local



details:   https://anonhg.NetBSD.org/src/rev/c759ad33a853
branches:  trunk
changeset: 343282:c759ad33a853
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 27 21:24:59 2016 +0000

description:
clean Makefile.local

diffstat:

 tools/mandoc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3cbddd3fc2b2 -r c759ad33a853 tools/mandoc/Makefile
--- a/tools/mandoc/Makefile     Wed Jan 27 21:18:28 2016 +0000
+++ b/tools/mandoc/Makefile     Wed Jan 27 21:24:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2015/12/17 22:31:49 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2016/01/27 21:24:59 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}mandoc
 HOST_SRCDIR=   external/bsd/mdocml/bin/mandoc
@@ -14,7 +14,7 @@
 
 DPSRCS+=       config.h
 
-CLEANFILES+=   config.log config.h
+CLEANFILES+=   config.log config.h Makefile.local
 
 config.h: configure 
        SRCDIR=${DISTDIR} ${HOST_SH} ${DISTDIR}/configure



Home | Main Index | Thread Index | Old Index