Source-Changes-HG archive

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

[src/trunk]: src/tools/mandoc kill -x, files that don't exist anymore



details:   https://anonhg.NetBSD.org/src/rev/8e73739465fc
branches:  trunk
changeset: 342351:8e73739465fc
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 17 22:31:49 2015 +0000

description:
kill -x, files that don't exist anymore

diffstat:

 tools/mandoc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 0f15f63abce5 -r 8e73739465fc tools/mandoc/Makefile
--- a/tools/mandoc/Makefile     Thu Dec 17 22:31:01 2015 +0000
+++ b/tools/mandoc/Makefile     Thu Dec 17 22:31:49 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2014/01/16 01:15:34 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2015/12/17 22:31:49 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}mandoc
 HOST_SRCDIR=   external/bsd/mdocml/bin/mandoc
@@ -16,7 +16,7 @@
 
 CLEANFILES+=   config.log config.h
 
-config.h: configure config.h.pre config.h.post
-       SRCDIR=${DISTDIR} ${HOST_SH} -x ${DISTDIR}/configure
+config.h: configure 
+       SRCDIR=${DISTDIR} ${HOST_SH} ${DISTDIR}/configure
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index