diff options
author | Xavier Clerc <xavier.clerc@inria.fr> | 2011-09-07 14:28:24 +0000 |
---|---|---|
committer | Xavier Clerc <xavier.clerc@inria.fr> | 2011-09-07 14:28:24 +0000 |
commit | 6b6e39a3f3ee578305b9e77ec63db93736fef3b4 (patch) | |
tree | bebddabe2be555b21525194af5046c2085574903 /tools/Makefile.shared | |
parent | b61ac6c57573db88861e3ce87a75d53784cde3c1 (diff) | |
download | ocaml-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.shared | 8 |
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 |