aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.install
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-09-11 13:54:58 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2017-09-11 13:54:58 +0200
commit3a849429dac4da9acf8538ee4a888ca53b4811cb (patch)
tree7c6527726b39599ba0abaf9f636033a1d144e73f /Makefile.install
parent4882288ba34ad0c47f950e733ae353a1b881df77 (diff)
Remove unneeded fix for BZ#1715
It hasn't been necessary since 6aad0d9cd2104b5343ed7c831a4ad0bbe34007cb introduced $(INSTALLLIB)
Diffstat (limited to 'Makefile.install')
-rw-r--r--Makefile.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.install b/Makefile.install
index 85ffc93d5..4800f8f3f 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -87,7 +87,6 @@ install-tools:
$(MKDIR) $(FULLBINDIR)
# recopie des fichiers de style pour coqide
$(MKDIR) $(FULLCOQLIB)/tools/coqdoc
- touch $(FULLCOQLIB)/tools/coqdoc/coqdoc.sty $(FULLCOQLIB)/tools/coqdoc/coqdoc.css # to have the mode according to umask (bug #1715)
$(INSTALLLIB) tools/coqdoc/coqdoc.css tools/coqdoc/coqdoc.sty $(FULLCOQLIB)/tools/coqdoc
$(INSTALLBIN) $(TOOLS) $(FULLBINDIR)