git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3719 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Daniel de Rauglaudre 2001-09-07 19:13:53 +00:00
parent 69d13a2610
commit 95a3268904
3 changed files with 2 additions and 2 deletions

View File

@ -538,7 +538,7 @@ alldepend::
# Camlp4
camlp4out: ocamlc
set -e; cd camlp4/config; ./configure_batch -bindir $(BINDIR) -libdir $(LIBDIR)/../camlp4 -mandir $(MANDIR) -ocaml-top ../.. > /dev/null
set -e; cd camlp4/config; EXE=$(EXE) ./configure_batch -bindir $(BINDIR) -libdir $(LIBDIR)/../camlp4 -mandir $(MANDIR) -ocaml-top ../.. > /dev/null
set -e; cd camlp4; $(MAKE) all
camlp4opt: ocamlopt
set -e; cd camlp4; $(MAKE) opt

View File

@ -1,6 +1,5 @@
# $Id$
EXE=
CAMLP4_COMM=OTOP=$(OTOP) OPT=$(OPT) EXE=$(EXE) ../tools/camlp4_comm.sh
OCAMLC=@OTOP=$(OTOP) OPT=$(OPT) ../tools/ocamlc.sh
OCAMLOPT=@OTOP=$(OTOP) OPT=$(OPT) ../tools/ocamlopt.sh

View File

@ -65,6 +65,7 @@ for i in utils parsing otherlibs/dynlink; do
fi
done
echo "EXE=$EXE" >> Makefile.cnf
echo "OPT=" >> Makefile.cnf
echo "OTOP=$ocaml_top" >> Makefile.cnf