summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yacc/Makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/yacc/Makefile.nt b/yacc/Makefile.nt
index 503237aac..1aaa8fe59 100644
--- a/yacc/Makefile.nt
+++ b/yacc/Makefile.nt
@@ -23,7 +23,7 @@ OBJS= closure.$(O) error.$(O) lalr.$(O) lr0.$(O) main.$(O) \
all: ocamlyacc.exe
ocamlyacc.exe: $(OBJS)
- $(call MKEXE,ocamlyacc,exe,$(BYTECCLINKOPTS) $(OBJS) $(EXTRALIBS))
+ $(call MKEXE,ocamlyacc.exe,$(BYTECCLINKOPTS) $(OBJS) $(EXTRALIBS))
version.h : ../stdlib/sys.ml
sed -n -e 's/;;//' \