Skip to content

Commit

Permalink
argl.* are now installed in LIBDIR/camlp4 (cf request ocaml#3439).
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.08@6760 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Michel Mauny authored and Michel Mauny committed Jan 31, 2005
1 parent 34ec0a6 commit a81c810
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions camlp4/camlp4/Makefile
Expand Up @@ -74,6 +74,12 @@ install:
cp $(CAMLP4) "$(BINDIR)/."
cp mLast.mli quotation.mli ast2pt.mli pcaml.mli spretty.mli "$(LIBDIR)/camlp4/."
cp mLast.cmi quotation.cmi ast2pt.cmi pcaml.cmi spretty.cmi "$(LIBDIR)/camlp4/."
cp argl.cmi argl.cmo "$(LIBDIR)/camlp4/."
for f in argl.o argl.cmx; do \
if test -r $$f ; then \
cp $$f "$(LIBDIR)/camlp4/." ; \
fi ; \
done
cp camlp4.cma $(LIBDIR)/camlp4/.
for f in camlp4.$(A) camlp4.p.$(A) ; do \
if test -f $$f ; then \
Expand Down

0 comments on commit a81c810

Please sign in to comment.