diff options
Diffstat (limited to 'stdlib/Makefile.Mac')
-rw-r--r-- | stdlib/Makefile.Mac | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/Makefile.Mac b/stdlib/Makefile.Mac index 5b4fb081b..728482021 100644 --- a/stdlib/Makefile.Mac +++ b/stdlib/Makefile.Mac @@ -12,34 +12,34 @@ OBJS = pervasives.cmo list.cmo char.cmo string.cmo array.cmo sys.cmo � all � stdlib.cma std_exit.cmo camlheader install � - duplicate -y stdlib.cma std_exit.cmo �.cmi �.mli camlheader "{LIBDIR}" + duplicate -y stdlib.cma std_exit.cmo �.cmi �.mli camlheader "{LIBDIR}" stdlib.cma � {OBJS} - {CAMLC} -a -o stdlib.cma {OBJS} + {CAMLC} -a -o stdlib.cma {OBJS} camlheader � - echo "`quote "{BINDIR}ocamlrun"`" � - '"{command}" {"Parameters"}; exit {status}' > camlheader + echo "`quote "{BINDIR}ocamlrun"`" � + '"{command}" {"Parameters"}; exit {status}' > camlheader clean �� - delete -i camlheader + delete -i camlheader pervasives.cmi � pervasives.mli - {CAMLC} {COMPFLAGS} -nopervasives -c pervasives.mli + {CAMLC} {COMPFLAGS} -nopervasives -c pervasives.mli pervasives.cmo � pervasives.ml - {CAMLC} {COMPFLAGS} -nopervasives -c pervasives.ml + {CAMLC} {COMPFLAGS} -nopervasives -c pervasives.ml .cmi � .mli - {CAMLC} {COMPFLAGS} -c {default}.mli + {CAMLC} {COMPFLAGS} -c {default}.mli .cmo � .ml - {CAMLC} {COMPFLAGS} -c {default}.ml + {CAMLC} {COMPFLAGS} -c {default}.ml {OBJS} std_exit.cmo � pervasives.cmi clean �� - delete -i �.cm[aio] || set status 0 + delete -i �.cm[aio] || set status 0 depend � - {CAMLDEP} �.mli �.ml > Makefile.Mac.depend + {CAMLDEP} �.mli �.ml > Makefile.Mac.depend |