Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/tools/makekeys makekeys can't read from st...
details: https://anonhg.NetBSD.org/src/rev/238aee4de03e
branches: trunk
changeset: 758946:238aee4de03e
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Nov 22 00:52:33 2010 +0000
description:
makekeys can't read from stdin anymore; avoid it.
diffstat:
external/mit/xorg/tools/makekeys/Makefile.makekeys | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 96446e1c70c9 -r 238aee4de03e external/mit/xorg/tools/makekeys/Makefile.makekeys
--- a/external/mit/xorg/tools/makekeys/Makefile.makekeys Mon Nov 22 00:31:35 2010 +0000
+++ b/external/mit/xorg/tools/makekeys/Makefile.makekeys Mon Nov 22 00:52:33 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.makekeys,v 1.1.1.1 2008/07/29 05:01:23 mrg Exp $
+# $NetBSD: Makefile.makekeys,v 1.2 2010/11/22 00:52:33 mrg Exp $
MAKEKEYSDIR!= cd ${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys && ${PRINTOBJDIR}
MAKEKEYS= ${MAKEKEYSDIR}/makekeys
@@ -14,4 +14,4 @@
ks_tables.h: ${MAKEKEYS} ${KSDEF}
${_MKTARGET_CREATE}
rm -f ${.TARGET}
- ${MAKEKEYS} < ${KSDEF} > ${.TARGET}
+ ${MAKEKEYS} ${KSDEF} > ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index