aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-24 12:50:56 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-01-24 12:50:56 +0000
commit25587995a9b4b1806841f51b2e3bb48d6b1d90cb (patch)
treefaf5a39c6eaa2da6cf56a0a91f1bd5ecaf3e1072 /Makefile
parente79a1fdb9f7cd778aae3274b65b6b015bfc70277 (diff)
on cree toujours le sous-repertoire tactics/
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3609 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2275751c0..52d6642e3 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`; \