|
7 | 7 | ## # GNU Lesser General Public License Version 2.1 ## |
8 | 8 | ## # (see LICENSE file for the text of the license) ## |
9 | 9 | ########################################################################## |
10 | | -## GNUMakefile for Rocq 9.0.0 |
| 10 | +## GNUMakefile for Rocq 9.0.1 |
11 | 11 |
|
12 | 12 | # For debugging purposes (must stay here, don't move below) |
13 | 13 | INITIAL_VARS := $(.VARIABLES) |
@@ -278,7 +278,7 @@ COQDOCLIBS?=$(COQLIBS_NOML) |
278 | 278 | # generated this makefile |
279 | 279 | # NB --print-version is not in the rocq shim |
280 | 280 | COQ_VERSION:=$(shell $(ROCQ) c --print-version | cut -d " " -f 1) |
281 | | -COQMAKEFILE_VERSION:=9.0.0 |
| 281 | +COQMAKEFILE_VERSION:=9.0.1 |
282 | 282 |
|
283 | 283 | # COQ_SRC_SUBDIRS is for user-overriding, usually to add |
284 | 284 | # `user-contrib/Foo` to the includes, we keep COQCORE_SRC_SUBDIRS for |
@@ -682,8 +682,8 @@ clean:: |
682 | 682 | $(HIDE)rm -f $(VOFILES) |
683 | 683 | $(HIDE)rm -f $(VOFILES:.vo=.vos) |
684 | 684 | $(HIDE)rm -f $(VOFILES:.vo=.vok) |
685 | | - $(HIDE)rm -f $(VOFILES:.vo=.v.prof.json) |
686 | | - $(HIDE)rm -f $(VOFILES:.vo=.v.prof.json.gz) |
| 685 | + $(HIDE)rm -f $(VOFILES:.vo=.vo.prof.json) |
| 686 | + $(HIDE)rm -f $(VOFILES:.vo=.vo.prof.json.gz) |
687 | 687 | $(HIDE)rm -f $(BEAUTYFILES) $(VFILES:=.old) |
688 | 688 | $(HIDE)rm -f all.ps all-gal.ps all.pdf all-gal.pdf all.glob all-mli.tex |
689 | 689 | $(HIDE)rm -f $(VFILES:.v=.glob) |
|
0 commit comments