diff options
| author | Maxime Dénès | 2017-12-01 09:29:38 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-01 09:29:38 +0100 |
| commit | 317a47249e666e2e11c6a8ac29f7c8370c861f8a (patch) | |
| tree | 6248a8d636eef8453f44bde23049662701302160 /tools | |
| parent | 895900eb4c3f030e9490d211a4969de933ec2f9b (diff) | |
| parent | bbe7b785787ff3f13e5c2809a67241981b06e1db (diff) | |
Merge PR #6276: Coqchk accepts filenames
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/CoqMakefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in index 4ee6efec0c..87783350a2 100644 --- a/tools/CoqMakefile.in +++ b/tools/CoqMakefile.in @@ -392,7 +392,7 @@ checkproofs: .PHONY: checkproofs validate: $(VOFILES) - $(TIMER) $(COQCHK) $(COQCHKFLAGS) $(notdir $(^:.vo=)) + $(TIMER) $(COQCHK) $(COQCHKFLAGS) $^ .PHONY: validate only: $(TGTS) |
