debuggers.hg
annotate stubdom/ocaml.patch @ 22906:700ac6445812
Now add KDB to the non-kdb tree
author | Mukesh Rathor |
---|---|
date | Thu Feb 03 15:42:41 2011 -0800 (2011-02-03) |
parents | e0221531d0e5 |
children |
rev | line source |
---|---|
keir@19661 | 1 --- byterun/Makefile.orig 2009-04-07 12:14:02.000000000 +0100 |
keir@19661 | 2 +++ byterun/Makefile 2009-04-07 12:13:50.000000000 +0100 |
keir@19661 | 3 @@ -22,14 +22,14 @@ |
keir@19661 | 4 DOBJS=$(OBJS:.o=.d.o) instrtrace.d.o |
keir@19661 | 5 PICOBJS=$(OBJS:.o=.pic.o) |
keir@19661 | 6 |
keir@19661 | 7 -#ifeq ($(SUPPORTS_SHARED_LIBRARIES),true) |
keir@19661 | 8 +ifeq ($(SUPPORTS_SHARED_LIBRARIES),true) |
keir@19661 | 9 |
keir@19661 | 10 all:: libcamlrun_shared.so |
keir@19661 | 11 |
keir@19661 | 12 install:: |
keir@19661 | 13 cp libcamlrun_shared.so $(LIBDIR)/libcamlrun_shared.so |
keir@19661 | 14 |
keir@19661 | 15 -#endif |
keir@19661 | 16 +endif |
keir@19661 | 17 |
keir@19661 | 18 ocamlrun$(EXE): libcamlrun.a prims.o |
keir@19661 | 19 $(MKEXE) $(BYTECCLINKOPTS) -o ocamlrun$(EXE) \ |