summaryrefslogtreecommitdiff
path: root/otherlibs/Makefile
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2014-04-12 10:17:02 +0000
committerDamien Doligez <damien.doligez-inria.fr>2014-04-12 10:17:02 +0000
commit7303ac34cad9046746f9f95a7610740efcfd2121 (patch)
treec9ed82fc5c21aa680d0d8eaf89b1f4f5421bf732 /otherlibs/Makefile
parent7b52e6477c31b1568bb2254384c5f0f5ca5d3b95 (diff)
downloadocaml-7303ac34cad9046746f9f95a7610740efcfd2121.tar.gz
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/Makefile')
-rw-r--r--otherlibs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/Makefile b/otherlibs/Makefile
index cc55335000..397497dd55 100644
--- a/otherlibs/Makefile
+++ b/otherlibs/Makefile
@@ -14,7 +14,8 @@
# Common Makefile for otherlibs on the Unix ports
CAMLC=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib
-CAMLOPT=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlopt -nostdlib -I $(ROOTDIR)/stdlib
+CAMLOPT=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlopt -nostdlib \
+ -I $(ROOTDIR)/stdlib
CFLAGS=-I$(ROOTDIR)/byterun -O $(SHAREDCCCOMPOPTS) $(EXTRACFLAGS)
include ../Makefile.shared