summaryrefslogtreecommitdiff
path: root/byterun/Makefile.Mac
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>1997-05-13 14:45:38 +0000
committerDamien Doligez <damien.doligez-inria.fr>1997-05-13 14:45:38 +0000
commit98b6d9e18f4651589835974f6b81052b5fbedf5b (patch)
tree81f1326fd0ccdfd82d417d0172cea799c683cd04 /byterun/Makefile.Mac
parent2d7df3dd1cf882e3cecdf4f0b7293f5af662db1d (diff)
downloadocaml-98b6d9e18f4651589835974f6b81052b5fbedf5b.tar.gz
compactage
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1539 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/Makefile.Mac')
-rw-r--r--byterun/Makefile.Mac4
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/Makefile.Mac b/byterun/Makefile.Mac
index 3f3cebd8d5..5a0762591d 100644
--- a/byterun/Makefile.Mac
+++ b/byterun/Makefile.Mac
@@ -20,7 +20,7 @@ OBJS = interp.a.o misc.c.o stacks.c.o fix_code.c.o startup.c.o main.c.o ¶
intern.c.o ¶
hash.c.o sys.c.o meta.c.o parsing.c.o gc_ctrl.c.o terminfo.c.o md5.c.o ¶
obj.c.o lexing.c.o macintosh.c.o rotatecursor.c.o printexc.c.o callback.c.o ¶
- debugger.c.o weak.c.o
+ debugger.c.o weak.c.o compact.c.o
PPCOBJS = interp.c.x misc.c.x stacks.c.x fix_code.c.x startup.c.x main.c.x ¶
freelist.c.x major_gc.c.x minor_gc.c.x memory.c.x alloc.c.x roots.c.x ¶
@@ -29,7 +29,7 @@ PPCOBJS = interp.c.x misc.c.x stacks.c.x fix_code.c.x startup.c.x main.c.x ¶
intern.c.x ¶
hash.c.x sys.c.x meta.c.x parsing.c.x gc_ctrl.c.x terminfo.c.x md5.c.x ¶
obj.c.x lexing.c.x macintosh.c.x rotatecursor.c.x printexc.c.x callback.c.x ¶
- debugger.c.x weak.c.x
+ debugger.c.x weak.c.x compact.c.x
PRIMS = array.c compare.c extern.c floats.c gc_ctrl.c hash.c ¶
intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c ¶