summaryrefslogtreecommitdiffstats
path: root/otherlibs
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-01-04 07:41:29 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-01-04 07:41:29 +0000
commit9b6e38c94add5e3818d1c818664e50a3f40b9de3 (patch)
treee01546059736411f33832a52421cd458721b29d4 /otherlibs
parent3ff35c3b450ff2a7e69123118e5704a610f68823 (diff)
remove -labels
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4216 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/labltk/support/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/Makefile.common b/otherlibs/labltk/support/Makefile.common
index a4f5d0f04..7d0c3e370 100644
--- a/otherlibs/labltk/support/Makefile.common
+++ b/otherlibs/labltk/support/Makefile.common
@@ -21,6 +21,6 @@ COMPFLAGS=
LINKFLAGS=
DLLPATH=`if $(SUPPORTS_SHARED_LIBRARIES); then echo -dllpath $(LABLTKDIR); fi`
-CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib -labels
+CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib
CAMLOPTLIBR=$(CAMLOPT) -a
MKLIB=$(CAMLRUN) $(TOPDIR)/tools/ocamlmklib