aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.ide
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-13 15:04:07 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-10-13 15:04:07 -0400
commit30c476f28a655b30a7c6ccbf547c7a12005351ab (patch)
tree3cdf40a262ee188dcdf13b1157a85528911fe425 /Makefile.ide
parent43e3768ae50a1a4ab3dbb77cdd46b3a810f31453 (diff)
Fix some more missing mkdir lines to Makefile.ide
Diffstat (limited to 'Makefile.ide')
-rw-r--r--Makefile.ide2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.ide b/Makefile.ide
index 542d8c252..7593a9f2e 100644
--- a/Makefile.ide
+++ b/Makefile.ide
@@ -153,10 +153,12 @@ install-ide-bin:
install-ide-toploop:
ifeq ($(BEST),opt)
+ $(MKDIR) $(FULLCOQLIB)/toploop/
$(INSTALLBIN) $(IDETOPLOOPCMA:.cma=.cmxs) $(FULLCOQLIB)/toploop/
endif
install-ide-toploop-byte:
ifneq ($(BEST),opt)
+ $(MKDIR) $(FULLCOQLIB)/toploop/
$(INSTALLBIN) $(IDETOPLOOPCMA) $(FULLCOQLIB)/toploop/
endif