List:Commits« Previous MessageNext Message »
From:Magnus Svensson Date:June 9 2008 6:58pm
Subject:commit into mysql-5.1-telco-6.2 branch (msvensson:2618)
View as plain text  
#At file:///data/msvensson/mysql/5.1-telco-6.2/

 2618 Magnus Svensson	2008-06-09
      Fix build problem of ndb_show_compat caused by $builddir
modified:
  storage/ndb/src/common/util/Makefile.am

=== modified file 'storage/ndb/src/common/util/Makefile.am'
--- a/storage/ndb/src/common/util/Makefile.am	2008-06-09 11:27:18 +0000
+++ b/storage/ndb/src/common/util/Makefile.am	2008-06-09 18:58:35 +0000
@@ -38,7 +38,7 @@ testBitmask_LDFLAGS = @ndb_bin_am_ldflag
 noinst_PROGRAMS = ndb_show_compat
 ndb_show_compat_SOURCES = ndb_show_compat.cpp
 ndb_show_compat_LDADD = \
-	$(builddir)libgeneral.la \
+	libgeneral.la \
 	$(top_builddir)/storage/ndb/src/common/portlib/libportlib.la \
 	$(top_builddir)/dbug/libdbuglt.la \
 	$(top_builddir)/mysys/libmysyslt.la \

Thread
commit into mysql-5.1-telco-6.2 branch (msvensson:2618) Magnus Svensson9 Jun