summaryrefslogtreecommitdiff
path: root/tools/Makefile.shared
diff options
context:
space:
mode:
authorXavier Clerc <xavier.clerc@inria.fr>2011-09-07 14:28:24 +0000
committerXavier Clerc <xavier.clerc@inria.fr>2011-09-07 14:28:24 +0000
commit6b6e39a3f3ee578305b9e77ec63db93736fef3b4 (patch)
treebebddabe2be555b21525194af5046c2085574903 /tools/Makefile.shared
parentb61ac6c57573db88861e3ce87a75d53784cde3c1 (diff)
downloadocaml-6b6e39a3f3ee578305b9e77ec63db93736fef3b4.tar.gz
PR#5331: ocamlmktop is not always a shell script
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11184 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/Makefile.shared')
-rw-r--r--tools/Makefile.shared8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/Makefile.shared b/tools/Makefile.shared
index 9c23b44678..ee3fa28315 100644
--- a/tools/Makefile.shared
+++ b/tools/Makefile.shared
@@ -114,14 +114,6 @@ beforedepend:: ocamlmklib.ml
clean::
rm -f ocamlmklib.ml
-# To make custom toplevels (see Makefile/Makefile.nt)
-
-install::
- cp ocamlmktop $(BINDIR)/ # no $(EXE) here, ocamlmktop is a script
-
-clean::
- rm -f ocamlmktop
-
# Converter olabl/ocaml 2.99 to ocaml 3