aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2275751c04..52d6642e30 100644
--- a/Makefile
+++ b/Makefile
@@ -818,6 +818,7 @@ LIBFILESLIGHT=$(INITVO) $(THEORIESLIGHTVO)
install-library:
$(MKDIR) $(FULLCOQLIB)
+ $(MKDIR) $(FULLCOQLIB)/tactics
for f in $(LIBFILES); do \
$(MKDIR) $(FULLCOQLIB)/`dirname $$f`; \
cp $$f $(FULLCOQLIB)/`dirname $$f`; \