From 70befd9de9527a42a3c69c70906cb0981dc5a48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Tue, 13 Dec 2022 14:14:34 +0100 Subject: lintapidiff does not need to depend on the ocamlmiddleend library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2fbf9f98a6..b3e51f49fc 100644 --- a/Makefile +++ b/Makefile @@ -1295,7 +1295,7 @@ endif # Lint @since and @deprecated annotations lintapidiff_LIBRARIES = \ - $(addprefix compilerlibs/,ocamlcommon ocamlbytecomp ocamlmiddleend) \ + $(addprefix compilerlibs/,ocamlcommon ocamlbytecomp) \ otherlibs/str/str lintapidiff_MODULES = tools/lintapidiff -- cgit v1.2.1