diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2002-01-04 07:41:29 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2002-01-04 07:41:29 +0000 |
commit | 9b6e38c94add5e3818d1c818664e50a3f40b9de3 (patch) | |
tree | e01546059736411f33832a52421cd458721b29d4 /otherlibs | |
parent | 3ff35c3b450ff2a7e69123118e5704a610f68823 (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.common | 2 |
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 |