diff options
-rw-r--r-- | byterun/Makefile.Mac.depend | 6 | ||||
-rw-r--r-- | tools/.cvsignore | 2 | ||||
-rw-r--r-- | tools/Makefile.Mac | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/byterun/Makefile.Mac.depend b/byterun/Makefile.Mac.depend index 152b2351b1..0806c072f4 100644 --- a/byterun/Makefile.Mac.depend +++ b/byterun/Makefile.Mac.depend @@ -279,7 +279,8 @@ freelist.h ¶ minor_gc.h -"macintosh.c.x" Ä macintosh.c +"macintosh.c.x" Ä macintosh.c ¶ + rotatecursor.h "main.c.x" Ä main.c ¶ misc.h ¶ @@ -812,7 +813,8 @@ freelist.h ¶ minor_gc.h -"macintosh.c.o" Ä macintosh.c +"macintosh.c.o" Ä macintosh.c ¶ + rotatecursor.h "main.c.o" Ä main.c ¶ misc.h ¶ diff --git a/tools/.cvsignore b/tools/.cvsignore index f25fde9c35..f10e168cf8 100644 --- a/tools/.cvsignore +++ b/tools/.cvsignore @@ -9,4 +9,4 @@ cvt_emit.ml ocamlcp ocamlmktop primreq -OCamlDumpObj +ocamldumpobj diff --git a/tools/Makefile.Mac b/tools/Makefile.Mac index 3714584990..f23a5b53b3 100644 --- a/tools/Makefile.Mac +++ b/tools/Makefile.Mac @@ -5,7 +5,7 @@ INCLUDES = -I ::utils: -I ::parsing: -I ::typing: -I ::bytecomp: -I ::asmcomp: COMPFLAGS = {INCLUDES} LINKFLAGS = {INCLUDES} -all Ä ocamldep +all Ä ocamldep ocamldumpobj # The dependency generator @@ -22,7 +22,7 @@ clean ÄÄ delete -i ocamldep install ÄÄ - duplicate -y ocamldep "{BINDIR}ocamldep" + duplicate -y OCamlDep "{BINDIR}OCamlDep" # The profiler (not available on MacOS for the moment) # @@ -52,8 +52,8 @@ install ÄÄ DUMPOBJ = opnames.cmo dumpobj.cmo -OCamlDumpObj Ä {DUMPOBJ} - {CAMLC} {LINKFLAGS} -o OCamlDumpObj ¶ +ocamldumpobj Ä {DUMPOBJ} + {CAMLC} {LINKFLAGS} -o ocamldumpobj ¶ misc.cmo formatmsg.cmo tbl.cmo config.cmo ident.cmo opcodes.cmo ¶ {DUMPOBJ} |