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 5b4fb081ba..728482021e 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 |