Source-Changes-HG archive

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

[src/minoura-xpg4dl]: src/share/timedef awk -f was missing.



details:   https://anonhg.NetBSD.org/src/rev/3b5114c656fd
branches:  minoura-xpg4dl
changeset: 486671:3b5114c656fd
user:      minoura <minoura%NetBSD.org@localhost>
date:      Mon May 29 14:01:06 2000 +0000

description:
awk -f was missing.

diffstat:

 share/timedef/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 530818ce1d60 -r 3b5114c656fd share/timedef/Makefile
--- a/share/timedef/Makefile    Sun May 28 22:56:26 2000 +0000
+++ b/share/timedef/Makefile    Mon May 29 14:01:06 2000 +0000
@@ -248,7 +248,7 @@
 .SUFFIXES: .src .out
 
 .src.out:
-       awk ${.CURDIR}/compile_time ${.IMPSRC} > ${.TARGET}
+       awk -f ${.CURDIR}/compile_time ${.IMPSRC} > ${.TARGET}
 
 all: ${LOCALESRCS:S/$/.out/g}
 realall: ${LOCALESRCS:S/$/.out/g}



Home | Main Index | Thread Index | Old Index