diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2014-04-12 10:17:02 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2014-04-12 10:17:02 +0000 |
commit | 7303ac34cad9046746f9f95a7610740efcfd2121 (patch) | |
tree | c9ed82fc5c21aa680d0d8eaf89b1f4f5421bf732 /otherlibs/threads | |
parent | 7b52e6477c31b1568bb2254384c5f0f5ca5d3b95 (diff) |
fix some of the whitespace problems in the source
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14582 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/threads')
-rw-r--r-- | otherlibs/threads/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile index 036c36f37..5c4be281d 100644 --- a/otherlibs/threads/Makefile +++ b/otherlibs/threads/Makefile @@ -16,7 +16,8 @@ include ../../config/Makefile CC=$(BYTECC) CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS) -g ROOTDIR=../.. -CAMLC=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib -I $(ROOTDIR)/otherlibs/unix +CAMLC=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlc -nostdlib \ + -I $(ROOTDIR)/stdlib -I $(ROOTDIR)/otherlibs/unix MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib COMPFLAGS=-w +33..39 -warn-error A -bin-annot |