summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-02-25 14:39:44 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-02-25 14:39:44 +0000
commit541751e93ea21f8b4cf40a81669348f7a47a91a9 (patch)
tree0af3713c527afc91dd3018f601ddcc7f005ac325 /Makefile
parente5972b1bfa081b02e0fa23a1fd76666607a7933a (diff)
downloadocaml-541751e93ea21f8b4cf40a81669348f7a47a91a9.tar.gz
Mettre un line pour libcamlrun.a dans boot/
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1297 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c727a49932..2b39d429a4 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,8 @@ coldstart:
cp yacc/ocamlyacc boot/ocamlyacc
cd stdlib; $(MAKE) COMPILER=../boot/ocamlc all
cd stdlib; cp $(LIBFILES) ../boot
+ if test -f boot/libcamlrun.a; then :; else \
+ ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
# Save the current bootstrap compiler
backup: