diff options
author | dsmith <dsmith> | 2006-12-18 19:32:01 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-12-18 19:32:01 +0000 |
commit | 962f4139548deae325b20e7998cb35fa0805dd39 (patch) | |
tree | 8c7733d6a28600bd4f95c45da6dd2372aa3be873 | |
parent | 9427f584a6b107dbd0c0b3dfcd6296892e5ddfaf (diff) | |
download | systemtap-steved-962f4139548deae325b20e7998cb35fa0805dd39.tar.gz systemtap-steved-962f4139548deae325b20e7998cb35fa0805dd39.tar.xz systemtap-steved-962f4139548deae325b20e7998cb35fa0805dd39.zip |
2006-12-18 David Smith <dsmith@redhat.com>
* lket/b2a/Makefile.in: Regenerated. This needed to be done since
lket/b2a/README was removed but lket/b2a/Makefile.in still had a
reference to it which was causing "make distdir" to fail.
-rw-r--r-- | runtime/ChangeLog | 6 | ||||
-rw-r--r-- | runtime/lket/b2a/Makefile.in | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 3807f8ea..d04c8bb1 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,9 @@ +2006-12-18 David Smith <dsmith@redhat.com> + + * lket/b2a/Makefile.in: Regenerated. This needed to be done since + lket/b2a/README was removed but lket/b2a/Makefile.in still had a + reference to it which was causing "make distdir" to fail. + 2006-12-18 Frank Ch. Eigler <fche@elastic.org> PR 3079 diff --git a/runtime/lket/b2a/Makefile.in b/runtime/lket/b2a/Makefile.in index 91a7efc6..f7aab6af 100644 --- a/runtime/lket/b2a/Makefile.in +++ b/runtime/lket/b2a/Makefile.in @@ -41,7 +41,7 @@ bin_PROGRAMS = lket-b2a$(EXEEXT) @HAS_MYSQL_CONFIG_FALSE@@HAS_MYSQL_TRUE@am__append_4 = -I/usr/include/mysql -g -pipe -fsigned-char -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing @HAS_MYSQL_CONFIG_FALSE@@HAS_MYSQL_TRUE@am__append_5 = -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto subdir = runtime/lket/b2a -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -123,6 +123,7 @@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PROCFLAGS = @PROCFLAGS@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ |