From d9dc10ef0b50681e415c485854f1e78410736bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Fri, 5 Jun 2020 14:59:21 +0200 Subject: [PATCH] Fix distclean rule Commit 13786d7d122 accidentally removed a file twice. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f601d567..a09f8245b 100644 --- a/Makefile +++ b/Makefile @@ -1055,7 +1055,7 @@ depend: beforedepend .PHONY: distclean distclean: clean - rm -f boot/ocamlrun boot/ocamlrun boot/ocamlrun.exe boot/camlheader \ + rm -f boot/ocamlrun boot/ocamlrun.exe boot/camlheader \ boot/*.cm* boot/libcamlrun.a boot/libcamlrun.lib boot/ocamlc.opt rm -f Makefile.config Makefile.build_config rm -f runtime/caml/m.h runtime/caml/s.h