summaryrefslogtreecommitdiff
path: root/otherlibs/Makefile
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2007-11-08 09:17:48 +0000
committerAlain Frisch <alain@frisch.fr>2007-11-08 09:17:48 +0000
commiteacafd064f39467278b8f8f15cd6adc9f9414d74 (patch)
tree0240b71b362b0b0c7bd6449e7e130e2c2c321619 /otherlibs/Makefile
parent93bf48211f6e99302e9c200aeb9dea0d4ff00f00 (diff)
downloadocaml-eacafd064f39467278b8f8f15cd6adc9f9414d74.tar.gz
Fixes for BSD make.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8489 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/Makefile')
-rw-r--r--otherlibs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/Makefile b/otherlibs/Makefile
index 900cf6ae93..c5db1981c1 100644
--- a/otherlibs/Makefile
+++ b/otherlibs/Makefile
@@ -15,9 +15,9 @@
# Common Makefile for otherlibs on the Unix ports
-CAMLC?=$(ROOTDIR)/ocamlcomp.sh
-CAMLOPT?=$(ROOTDIR)/ocamlcompopt.sh
-CFLAGS?=-I$(ROOTDIR)/byterun -O $(SHAREDCCCOMPOPTS) $(EXTRACFLAGS)
+CAMLC=$(ROOTDIR)/ocamlcomp.sh
+CAMLOPT=$(ROOTDIR)/ocamlcompopt.sh
+CFLAGS=-I$(ROOTDIR)/byterun -O $(SHAREDCCCOMPOPTS) $(EXTRACFLAGS)
include ../Makefile.shared
# Note .. is the current directory (this makefile is included from