summaryrefslogtreecommitdiff
path: root/otherlibs
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2008-04-22 07:38:07 +0000
committerAlain Frisch <alain@frisch.fr>2008-04-22 07:38:07 +0000
commitf3f7dd8919e61e66faaf9004fa6fc962eaf1b141 (patch)
tree326047812e3da4dabc453a7d9d188efe1dfa749d /otherlibs
parent8acf63d010f00fbd598308733f5bcf575552d708 (diff)
downloadocaml-f3f7dd8919e61e66faaf9004fa6fc962eaf1b141.tar.gz
Cosmetic.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8872 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/labltk/support/Makefile2
-rw-r--r--otherlibs/labltk/support/Makefile.nt2
2 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/labltk/support/Makefile b/otherlibs/labltk/support/Makefile
index f03855abc1..dd037a2b4b 100644
--- a/otherlibs/labltk/support/Makefile
+++ b/otherlibs/labltk/support/Makefile
@@ -17,7 +17,7 @@ CCFLAGS=-I../../../byterun $(TK_DEFS) $(SHAREDCCCOMPOPTS)
COMPFLAGS=-I $(OTHERS)/win32unix -I $(OTHERS)/unix
THFLAGS=-I $(OTHERS)/systhreads -I $(OTHERS)/threads
-lib$(LIBNAME).$(A) : $(COBJS)
+lib$(LIBNAME).$(A): $(COBJS)
$(MKLIB) -o $(LIBNAME) $(COBJS) -ldopt "$(TK_LINK)"
PUBMLI=fileevent.mli protocol.mli textvariable.mli timer.mli \
diff --git a/otherlibs/labltk/support/Makefile.nt b/otherlibs/labltk/support/Makefile.nt
index 67bf904edf..2b0b5ab535 100644
--- a/otherlibs/labltk/support/Makefile.nt
+++ b/otherlibs/labltk/support/Makefile.nt
@@ -1 +1 @@
-include Makefile \ No newline at end of file
+include Makefile