diff options
Diffstat (limited to 'otherlibs/labltk')
-rw-r--r-- | otherlibs/labltk/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |