diff options
Diffstat (limited to 'yacc/Makefile.nt')
-rw-r--r-- | yacc/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yacc/Makefile.nt b/yacc/Makefile.nt index 8f603bb1e..ec1cbfb44 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,$(OBJS) $(EXTRALIBS),$(BYTECCLINKOPTS)) + $(MKEXE) -o ocamlyacc.exe $(OBJS) $(EXTRALIBS) version.h : ../VERSION echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" >version.h |