We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f392232 + 32fad5a commit 543f93bCopy full SHA for 543f93b
Makefile
@@ -101,7 +101,7 @@ distclean: sub-distclean this-distclean
101
102
this-config:: __always__
103
if command -v coqc > /dev/null && (coqc --version | grep -q '8.18\|8.19\|8.20') ; then \
104
- sed -i.bak HB/structures.v -e 's/From Corelib/From Coq/' ; \
+ sed -i.bak -e 's/From Corelib/From Coq/' HB/structures.v ; \
105
fi
106
107
this-build:: this-config Makefile.coq
0 commit comments