File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ endif
286286 $(WITH_OCAMLTEST)
287287 $(MAKE) ocamlopt.opt
288288 $(MAKE) otherlibrariesopt
289- $(MAKE) ocamllex.opt ocamltoolsopt ocamltoolsopt .opt $(OCAMLDOC_OPT) \
289+ $(MAKE) ocamllex.opt ocamltoolsopt.opt $(OCAMLDOC_OPT) \
290290 $(OCAMLTEST_OPT) othertools ocamlnat
291291ifeq "$(WITH_OCAMLDOC ) -$(STDLIB_MANPAGES ) " "ocamldoc-true"
292292 $(MAKE) manpages
@@ -1289,14 +1289,14 @@ lintapidiff_LIBRARIES = \
12891289 otherlibs/str/str
12901290lintapidiff_MODULES = tools/lintapidiff
12911291
1292- tools/lintapidiff.opt $(EXE ) : VPATH += $( ROOTDIR ) / otherlibs/str
1292+ tools/lintapidiff$(EXE ) : VPATH += otherlibs/str
12931293
12941294VERSIONS =$(shell git tag|grep '^[0-9]* .[0-9]* .[0-9]* $$'|grep -v '^[12].')
12951295.PHONY : lintapidiff
1296- lintapidiff : tools/lintapidiff.opt $(EXE )
1296+ lintapidiff : tools/lintapidiff$(EXE )
12971297 git ls-files -- ' otherlibs/*/*.mli' ' stdlib/*.mli' | \
12981298 grep -Ev internal\| obj\| stdLabels\| moreLabels | \
1299- tools/lintapidiff.opt $(VERSIONS )
1299+ $< $(VERSIONS )
13001300
13011301# Tools
13021302
You can’t perform that action at this time.
0 commit comments