summaryrefslogtreecommitdiff
path: root/src/bindings
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-10-04 14:36:57 +0000
committerMorgan Deters <mdeters@gmail.com>2011-10-04 14:36:57 +0000
commit01d547ba46a88b1ab98778cd267e6458b3e30713 (patch)
treebda8542d464e6b7ae8499707a2e7e49beccc5c7c /src/bindings
parent070b3f89d4bc9940fb87e86108152144b187c891 (diff)
cvc3 compatibility layer; and another libantlr3c v3.4 incompatibility fix
Diffstat (limited to 'src/bindings')
-rw-r--r--src/bindings/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/Makefile.am b/src/bindings/Makefile.am
index e35ec5e67..e14527ede 100644
--- a/src/bindings/Makefile.am
+++ b/src/bindings/Makefile.am
@@ -136,7 +136,7 @@ python.lo: python.cpp
$(AM_V_CXX)$(LTCXXCOMPILE) -c $(PYTHON_CPPFLAGS) -o $@ $<
python.cpp:
ocaml.cpp:
-python.lo: ruby.cpp
+ruby.lo: ruby.cpp
$(AM_V_CXX)$(LTCXXCOMPILE) -c $(RUBY_CPPFLAGS) -o $@ $<
ruby.cpp:
tcl.cpp:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback