diff options
author | alainfrisch <alain@frisch.fr> | 2016-04-13 17:04:15 +0200 |
---|---|---|
committer | alainfrisch <alain@frisch.fr> | 2016-04-13 17:04:15 +0200 |
commit | c1ead896a2a3afc1a9b6f4d57564d25f01b5ffc0 (patch) | |
tree | 0e8f97b075727daf9b2b54aafa39f09161f84388 /otherlibs/bigarray | |
parent | 7924ec57074c127a7dffb79391eea9bc514491e1 (diff) | |
download | ocaml-c1ead896a2a3afc1a9b6f4d57564d25f01b5ffc0.tar.gz |
Pass -slash to ocamldep so that dependencies generated from a Windows system are closer to those generated from a Unix system.
Diffstat (limited to 'otherlibs/bigarray')
-rw-r--r-- | otherlibs/bigarray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/bigarray/Makefile b/otherlibs/bigarray/Makefile index 65b58a762a..7b95b51739 100644 --- a/otherlibs/bigarray/Makefile +++ b/otherlibs/bigarray/Makefile @@ -17,6 +17,6 @@ include Makefile.shared depend: $(CC) -MM $(CFLAGS) *.c > .depend - $(CAMLRUN) ../../tools/ocamldep *.mli *.ml >> .depend + $(CAMLRUN) ../../tools/ocamldep -slash *.mli *.ml >> .depend include .depend |