blob: e639585b8f2b5c21a35a97b3ab09d2be946f41ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: ocaml-4.00.0+beta2/tools/Makefile.shared
===================================================================
--- ocaml-4.00.0+beta2.orig/tools/Makefile.shared
+++ ocaml-4.00.0+beta2/tools/Makefile.shared
@@ -268,7 +268,7 @@ beforedepend:: opnames.ml
# Display info on compiled files
objinfo_helper$(EXE): objinfo_helper.c ../config/s.h
- $(BYTECC) -o objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \
+ $(MKEXE) -o objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \
objinfo_helper.c $(LIBBFD_LINK)
OBJINFO=../utils/misc.cmo ../utils/config.cmo \
|