summaryrefslogtreecommitdiff
path: root/Examples/ocaml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-03-26 21:24:00 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-03-26 21:24:00 +0000
commit33f8c36813f731d54f6220b089248311d3134279 (patch)
tree36f3ed1d555f06b689bf36be176719c2d6429887 /Examples/ocaml
parent166b683e8918c655dcfa9c9c3d99727bbf6288ef (diff)
downloadswig-33f8c36813f731d54f6220b089248311d3134279.tar.gz
Correct ocaml dynamic targets
Diffstat (limited to 'Examples/ocaml')
-rw-r--r--Examples/ocaml/stl/Makefile2
-rw-r--r--Examples/ocaml/strings_test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/ocaml/stl/Makefile b/Examples/ocaml/stl/Makefile
index ceaa80d1d..363311d95 100644
--- a/Examples/ocaml/stl/Makefile
+++ b/Examples/ocaml/stl/Makefile
@@ -25,7 +25,7 @@ dynamic:
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' \
SWIG_LIB_DIR='$(SWIG_LIB_DIR)' SWIGEXE='$(SWIGEXE)' \
PROGFILE='$(PROGFILE)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' \
- ocaml_static_cpp
+ ocaml_dynamic_cpp
toplevel:
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' \
diff --git a/Examples/ocaml/strings_test/Makefile b/Examples/ocaml/strings_test/Makefile
index 7609b31c6..38cf234da 100644
--- a/Examples/ocaml/strings_test/Makefile
+++ b/Examples/ocaml/strings_test/Makefile
@@ -25,7 +25,7 @@ dynamic:
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' \
SWIG_LIB_DIR='$(SWIG_LIB_DIR)' SWIGEXE='$(SWIGEXE)' \
PROGFILE='$(PROGFILE)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' \
- ocaml_static_cpp
+ ocaml_dynamic_cpp
toplevel: static
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' SRCS='$(SRCS)' \