git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3720 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Daniel de Rauglaudre 2001-09-08 01:43:46 +00:00
parent 95a3268904
commit b950adf86f
2 changed files with 7 additions and 1 deletions

View File

@ -538,7 +538,6 @@ alldepend::
# Camlp4
camlp4out: ocamlc
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

7
configure vendored
View File

@ -1093,6 +1093,13 @@ else
echo "Configuration failed, LablTk will not be built."
fi
# Camlp4
(
cd ../../camlp4/config
EXE=$exe ./configure_batch -bindir "$bindir" -libdir "$libdir/../camlp4" -mandir "$mandir" -ocaml-top ../.. > /dev/null
)
# Finish generated files
cclibs="$cclibs $mathlib"