diff options
| author | pboutill | 2012-04-28 20:16:26 +0000 |
|---|---|---|
| committer | pboutill | 2012-04-28 20:16:26 +0000 |
| commit | 78dad8b5a81ccc726bf9c0775f8025a35915aecb (patch) | |
| tree | 5b69c907e7b42fdf4e9ae36c671e1a5c28debfab | |
| parent | 88a931fc1f1e5271c6167ccb28c45b5b33a20f78 (diff) | |
Fix make install after emacs mode troll (r15251)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15256 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | Makefile.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index 559d0f378e..ef2bb067d3 100644 --- a/Makefile.build +++ b/Makefile.build @@ -338,7 +338,6 @@ install-ide-files: $(MKDIR) $(FULLDATADIR) $(INSTALLLIB) ide/coq.png $(FULLDATADIR) $(MKDIR) $(FULLCONFIGDIR) - $(INSTALLLIB) $(FULLCONFIGDIR) if [ $(IDEOPTINT) = QUARTZ ] ; then $(INSTALLLIB) ide/mac_default_accel_map $(FULLCONFIGDIR)/coqide.keys ; fi install-ide-info: |
