summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1995-07-27 17:39:29 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1995-07-27 17:39:29 +0000
commit8213d543cb66cb460e8f3561e67fc6091dce6a60 (patch)
tree9c801f8391de89bb766dc1548561be2fbba82849
parentff10bd838d7ce070a08e063a02710b9e9725e38d (diff)
Ajout de array.c specifique a la version code natif.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@151 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--asmrun/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/asmrun/Makefile b/asmrun/Makefile
index aef4d4c21..3081392ee 100644
--- a/asmrun/Makefile
+++ b/asmrun/Makefile
@@ -50,8 +50,6 @@ floats.c: ../byterun/floats.c
ln -s ../byterun/floats.c floats.c
str.c: ../byterun/str.c
ln -s ../byterun/str.c str.c
-array.c: ../byterun/array.c
- ln -s ../byterun/array.c array.c
io.c: ../byterun/io.c
ln -s ../byterun/io.c io.c
extern.c: ../byterun/extern.c