summaryrefslogtreecommitdiffstats
path: root/otherlibs
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/labltk/lib/Makefile4
-rw-r--r--otherlibs/threads/Tests/Makefile1
2 files changed, 2 insertions, 3 deletions
diff --git a/otherlibs/labltk/lib/Makefile b/otherlibs/labltk/lib/Makefile
index 219034748..9a710afc7 100644
--- a/otherlibs/labltk/lib/Makefile
+++ b/otherlibs/labltk/lib/Makefile
@@ -28,8 +28,8 @@ labltk.cmxa : $(SUPPORTX) $(WIDGETOBJSX) tk.cmx
labltktop : $(TOPDEPS) $(WIDGETOBJS) $(SUPPORT)
$(LABLC) -custom -linkall -o labltktop -I ../support $(TKLINKOPT) \
-I $(TOPDIR)/toplevel toplevellib.cma labltk.cma \
- -I $(OTHERS)/unix -ccopt -L$(OTHERS)/unix unix.cma \
- -I $(OTHERS)/str -ccopt -L$(OTHERS)/str str.cma \
+ -I $(OTHERS)/unix unix.cma \
+ -I $(OTHERS)/str str.cma \
topmain.cmo
labltk: Makefile $(TOPDIR)/config/Makefile
diff --git a/otherlibs/threads/Tests/Makefile b/otherlibs/threads/Tests/Makefile
index b0a0f3b9c..f231daf77 100644
--- a/otherlibs/threads/Tests/Makefile
+++ b/otherlibs/threads/Tests/Makefile
@@ -18,7 +18,6 @@ PROGS=test1.byt test2.byt test3.byt test4.byt test5.byt test6.byt \
testsieve.byt token1.byt token2.byt
CAMLC=../../../boot/ocamlrun ../../../ocamlc -I .. -I ../../../stdlib -I ../../unix
-LIBS=-ccopt -L.. -ccopt -L../../unix -ccopt -L../../graphics
include ../../../config/Makefile