Fix distclean rule

Commit 13786d7d12 accidentally removed a file twice.
master
Sébastien Hinderer 2020-06-05 14:59:21 +02:00
parent c530b74e5e
commit d9dc10ef0b
1 changed files with 1 additions and 1 deletions

View File

@ -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