Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libevent/man PR/48722: David H. Gutteridge: use...



details:   https://anonhg.NetBSD.org/src/rev/178e8af95161
branches:  trunk
changeset: 328629:178e8af95161
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 10 23:28:11 2014 +0000

description:
PR/48722: David H. Gutteridge: use HOST_SH to execute fixman

diffstat:

 external/bsd/libevent/man/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ec0aa2f2e295 -r 178e8af95161 external/bsd/libevent/man/Makefile
--- a/external/bsd/libevent/man/Makefile        Thu Apr 10 22:14:03 2014 +0000
+++ b/external/bsd/libevent/man/Makefile        Thu Apr 10 23:28:11 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/04/11 17:49:12 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/04/10 23:28:11 christos Exp $
 
 # Try to undo the doxygen lossage in the man pages.
 
@@ -20,7 +20,7 @@
 
 .for i in ${HSRCS1}
 ev${i:S/.h.3/.3/g}: $i
-       ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET}
+       ${HOST_SH} ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET}
 .endfor
 
 HSRCS2= \



Home | Main Index | Thread Index | Old Index