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.
1 parent 634703d commit 32fad5aCopy full SHA for 32fad5a
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