Module Name:    src
Committed By:   mrg
Date:           Mon Nov 22 00:52:33 UTC 2010

Modified Files:
        src/external/mit/xorg/tools/makekeys: Makefile.makekeys

Log Message:
makekeys can't read from stdin anymore; avoid it.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/mit/xorg/tools/makekeys/Makefile.makekeys

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

Modified files:

Index: src/external/mit/xorg/tools/makekeys/Makefile.makekeys
diff -u src/external/mit/xorg/tools/makekeys/Makefile.makekeys:1.1.1.1 src/external/mit/xorg/tools/makekeys/Makefile.makekeys:1.2
--- src/external/mit/xorg/tools/makekeys/Makefile.makekeys:1.1.1.1	Tue Jul 29 05:01:23 2008
+++ src/external/mit/xorg/tools/makekeys/Makefile.makekeys	Mon Nov 22 00:52:33 2010
@@ -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}

Reply via email to