diff options
Diffstat (limited to 'testing/ocaml/050_all_objinfoldflags.patch')
-rw-r--r-- | testing/ocaml/050_all_objinfoldflags.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/ocaml/050_all_objinfoldflags.patch b/testing/ocaml/050_all_objinfoldflags.patch index 02f95e2876..e7b2fc170f 100644 --- a/testing/ocaml/050_all_objinfoldflags.patch +++ b/testing/ocaml/050_all_objinfoldflags.patch @@ -1,13 +1,13 @@ -Index: ocaml-4.02.2/tools/Makefile.shared +Index: ocaml-4.03.0+beta1/tools/Makefile.shared =================================================================== ---- ocaml-4.02.2.orig/tools/Makefile.shared -+++ ocaml-4.02.2/tools/Makefile.shared -@@ -286,7 +286,7 @@ CCOUT = -o $(EMPTY) +--- ocaml-4.03.0+beta1.orig/tools/Makefile.shared ++++ ocaml-4.03.0+beta1/tools/Makefile.shared +@@ -273,7 +273,7 @@ CCOUT = -o $(EMPTY) endif objinfo_helper$(EXE): objinfo_helper.c ../config/s.h - $(BYTECC) $(CCOUT)objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \ + $(MKEXE) $(CCOUT)objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \ - objinfo_helper.c $(LIBBFD_LINK) + $(DEF_SYMBOL_PREFIX) $(LIBBFD_INCLUDE) objinfo_helper.c $(LIBBFD_LINK) OBJINFO=../compilerlibs/ocamlcommon.cma \ |