summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun FURUSE / 古瀬 淳 <jun.furuse@gmail.com>2000-03-10 15:24:20 +0000
committerJun FURUSE / 古瀬 淳 <jun.furuse@gmail.com>2000-03-10 15:24:20 +0000
commit3410c072717be2fbc34c7e664b08bac3fa4d0783 (patch)
treeab92801d5153a8ed845d88f8bd953f6723ce6b11
parent6adae769af9f331dda3508430c2a8b2fb949a2f7 (diff)
-lgraph ==> -lgraphics
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2940 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/graph/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile
index 7fdd84095..66e7b0041 100644
--- a/otherlibs/graph/Makefile
+++ b/otherlibs/graph/Makefile
@@ -36,10 +36,10 @@ libgraphics.a: $(OBJS)
graphics.cma: graphics.cmo
$(CAMLC) -a -o graphics.cma -custom \
- graphics.cmo -cclib -lgraph $(X11_LINK)
+ graphics.cmo -cclib -lgraphics $(X11_LINK)
graphics.cmxa: graphics.cmx
- $(CAMLOPT) -a -o graphics.cmxa graphics.cmx -cclib -lgraph $(X11_LINK)
+ $(CAMLOPT) -a -o graphics.cmxa graphics.cmx -cclib -lgraphics $(X11_LINK)
partialclean:
rm -f *.cm*