Module Name:    src
Committed By:   christos
Date:           Thu Dec 17 22:31:50 UTC 2015

Modified Files:
        src/tools/mandoc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tools/mandoc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/mandoc/Makefile
diff -u src/tools/mandoc/Makefile:1.7 src/tools/mandoc/Makefile:1.8
--- src/tools/mandoc/Makefile:1.7	Wed Jan 15 20:15:34 2014
+++ src/tools/mandoc/Makefile	Thu Dec 17 17:31:49 2015
@@ -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 @@ DPSRCS+=	config.h
 
 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"

Reply via email to