diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-04-15 14:48:51 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-04-15 14:48:51 +0000 |
commit | dd9425f07938f20e261d1f71815c39555736d0ab (patch) | |
tree | 7b0bfe9d7cd5ec06d3d0f4553cf7ef5723da8dcb /camlp4/etc/Makefile | |
parent | cb2d1ad55e4e03ae0ab3f9453c2cff38170f6723 (diff) | |
download | ocaml-dd9425f07938f20e261d1f71815c39555736d0ab.tar.gz |
Petite modif dans un sed pour que ca compile sous Windows
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4666 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'camlp4/etc/Makefile')
-rw-r--r-- | camlp4/etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camlp4/etc/Makefile b/camlp4/etc/Makefile index 30aa07fd10..594962e798 100644 --- a/camlp4/etc/Makefile +++ b/camlp4/etc/Makefile @@ -24,7 +24,7 @@ camlp4o.opt: $(CAMLP4OMX) cd ../camlp4; $(MAKE) optp4 CAMLP4OPT=../etc/camlp4o.opt CAMLP4M="-I ../etc $(CAMLP4OMX)" mkcamlp4.sh: mkcamlp4.sh.tpl - sed -e "s'LIBDIR'$(LIBDIR)'g" mkcamlp4.sh.tpl > mkcamlp4.sh + sed -e "s!LIBDIR!$(LIBDIR)!g" mkcamlp4.sh.tpl > mkcamlp4.sh pa_ocamllex.cma: pa_ocamllex.cmo $(OCAMLC) -I $(OTOP)/lex syntax.cmo lexgen.cmo compact.cmo pa_ocamllex.cmo -a -o pa_ocamllex.cma |