Skip to content

Commit

Permalink
PR#2927, -linkall
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.08@6538 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Michel Mauny authored and Michel Mauny committed Jul 9, 2004
1 parent 510e6b8 commit 9062fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions camlp4/camlp4/Makefile
Expand Up @@ -40,13 +40,13 @@ $(OTOP)/utils/config.p.cmx: $(OTOP)/utils/config.ml
$(OCAMLOPT) -I $(OTOP)/utils -p -c -o $@ $(OTOP)/utils/config.ml

camlp4.cma: $(CAMLP4_OBJS)
$(OCAMLC) $(LINKFLAGS) -a -linkall -o $@ $(CAMLP4_OBJS)
$(OCAMLC) $(LINKFLAGS) -a -o $@ $(CAMLP4_OBJS)

camlp4.cmxa: $(CAMLP4_XOBJS)
$(OCAMLOPT) $(LINKFLAGS) -a -linkall -o $@ $(CAMLP4_XOBJS)
$(OCAMLOPT) $(LINKFLAGS) -a -o $@ $(CAMLP4_XOBJS)

camlp4.p.cmxa: $(CAMLP4_XOBJS:.cmx=.p.cmx)
$(OCAMLOPT) $(LINKFLAGS) -a -linkall -o $@ $(CAMLP4_XOBJS:.cmx=.p.cmx)
$(OCAMLOPT) $(LINKFLAGS) -a -o $@ $(CAMLP4_XOBJS:.cmx=.p.cmx)

clean::
rm -f *.cm* *.pp[io] *.$(O) *.$(A) *.bak .*.bak *.out *.opt
Expand Down

0 comments on commit 9062fef

Please sign in to comment.