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 748fc54 + 0f5a68f commit 2c0498fCopy full SHA for 2c0498f
Make_coq.local
@@ -36,7 +36,11 @@ $(DPDUSAGE) : $(CMOS_DPDUSAGE) $(CMIS_DPDUSAGE)
36
include Make_coq.conf
37
38
install-extra :: $(DPD2DOT) $(DPDUSAGE)
39
- cp $(DPD2DOT) $(DPDUSAGE) $(COQLIB)/../../bin
+ if [ -d $(BINDIR) ] ; then \
40
+ cp $(DPD2DOT) $(DPDUSAGE) $(BINDIR) ; \
41
+ else \
42
+ cp $(DPD2DOT) $(DPDUSAGE) $(COQLIB)/../../bin ; \
43
+ fi
44
45
uninstall ::
46
rm -f $(COQMF_COQLIB)/../../bin/$DPD2DOT)
0 commit comments