At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/telco-6.3
------------------------------------------------------------
revno: 255
revision-id: mtay...@mysql.com-20071126101542-mvxaspu50jhbyutc
parent: mtay...@mysql.com-20071126101253-r5z3c59hofwqwf4t
parent: mtay...@mysql.com-20071126101522-28ckq6n9icde1h45
committer: Monty Taylor <mtay...@mysql.com>
branch nick: telco-6.3
timestamp: Mon 2007-11-26 02:15:42 -0800
message:
Stupid old automake.
modified:
swig/SWIG/Source/Makefile.am makefile.am-20071104211339-fod7yzi8t7xd3g0w-108
------------------------------------------------------------
revno: 192.1.25.1.90
revision-id: mtay...@mysql.com-20071126101522-28ckq6n9icde1h45
parent: mtay...@mysql.com-20071126101233-a4r02trbx0i2bwzb
committer: Monty Taylor <mtay...@mysql.com>
branch nick: devel
timestamp: Mon 2007-11-26 02:15:22 -0800
message:
Workaroud for bad old automake.
modified:
swig/SWIG/Source/Makefile.am
makefile.am-20071104211339-fod7yzi8t7xd3g0w-108
=== modified file 'swig/SWIG/Source/Makefile.am'
--- a/swig/SWIG/Source/Makefile.am 2007-11-26 02:05:33 +0000
+++ b/swig/SWIG/Source/Makefile.am 2007-11-26 10:15:22 +0000
@@ -98,8 +98,8 @@
# The executable is copied to the root directory for installation and running
the test-suite.
# This occurs on each invocation of make and is a step towards providing
support for multiple
# build directories.
-all-local: $(builddir)/eswig@EXEEXT@
- cp -f $(builddir)/eswig@EXEEXT@ $(top_builddir)/swig@EXEEXT@
+all-local: ./eswig@EXEEXT@
+ cp -f ./eswig@EXEEXT@ $(top_builddir)/swig@EXEEXT@
clean-local:
rm -f $(top_builddir)/swig@EXEEXT@