aboutsummaryrefslogtreecommitdiff
path: root/mk/sys/SunOS.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/sys/SunOS.mk')
-rw-r--r--mk/sys/SunOS.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/sys/SunOS.mk b/mk/sys/SunOS.mk
index e79cd3a7dbd4..4369c8d43b93 100644
--- a/mk/sys/SunOS.mk
+++ b/mk/sys/SunOS.mk
@@ -1,4 +1,4 @@
-# $Id: SunOS.mk,v 1.11 2020/06/29 14:34:42 sjg Exp $
+# $Id: SunOS.mk,v 1.12 2020/08/19 17:51:53 sjg Exp $
.if ${.PARSEFILE} == "sys.mk"
.include <host-target.mk>
@@ -197,7 +197,7 @@ ${CXX_SUFFIXES:%=%.a}:
mv lex.yy.c ${.TARGET}
.l.o:
${LEX.l} ${.IMPSRC}
- ${COMPILE.c} -o ${.TARGET} lex.yy.c
+ ${COMPILE.c} -o ${.TARGET} lex.yy.c
rm -f lex.yy.c
# Yacc