Skip to content

Commit 5f2f478

Browse files
committed
Possible lintapidiff patch
1 parent 11de2f1 commit 5f2f478

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
291291
ifeq "$(WITH_OCAMLDOC)-$(STDLIB_MANPAGES)" "ocamldoc-true"
292292
$(MAKE) manpages
@@ -1289,14 +1289,14 @@ lintapidiff_LIBRARIES = \
12891289
otherlibs/str/str
12901290
lintapidiff_MODULES = tools/lintapidiff
12911291

1292-
tools/lintapidiff.opt$(EXE): VPATH += $(ROOTDIR)/otherlibs/str
1292+
tools/lintapidiff$(EXE): VPATH += otherlibs/str
12931293

12941294
VERSIONS=$(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

0 commit comments

Comments
 (0)