Skip to content

Commit

Permalink
Supprimer -custom
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3884 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xleroy committed Oct 12, 2001
1 parent 2cbee43 commit cf9e784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otherlibs/threads/Tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ clean:
rm -f *.cm* *.byt

sorts.byt: sorts.ml
$(CAMLC) -custom -o sorts.byt -I ../../graph threads.cma graphics.cma sorts.ml $(LIBS) $(X11_LINK)
$(CAMLC) -o sorts.byt -I ../../graph threads.cma graphics.cma sorts.ml $(LIBS) $(X11_LINK)

.SUFFIXES: .ml .byt

.ml.byt:
$(CAMLC) -custom -o $*.byt unix.cma threads.cma $*.ml $(LIBS)
$(CAMLC) -o $*.byt unix.cma threads.cma $*.ml $(LIBS)

$(PROGS): ../threads.cma ../libthreads.a

0 comments on commit cf9e784

Please sign in to comment.