changeset 1486:059f6ba0c7dd

Fix build with --enable-systemtap. 2009-04-29 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Use abs_top_builddir to locate generated Systemtap file.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 29 Apr 2009 18:09:17 +0100
parents c7860ca7b19e
children 713678ee2064
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Apr 29 16:11:25 2009 +0200
+++ b/ChangeLog	Wed Apr 29 18:09:17 2009 +0100
@@ -1,3 +1,9 @@
+2009-04-29  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	Use abs_top_builddir to locate generated
+	Systemtap file.
+
 2009-04-29  Matthias Klose  <doko@ubuntu.com>
 	    Xerxes RĂ„nby <xerxes@zafena.se>
 
--- a/Makefile.am	Wed Apr 29 16:11:25 2009 +0200
+++ b/Makefile.am	Wed Apr 29 18:09:17 2009 +0100
@@ -1164,7 +1164,7 @@
 endif
 if ENABLE_SYSTEMTAP
 	mkdir -p $(BUILD_OUTPUT_DIR)/j2sdk-image/tapset ; \
-	cp $(abs_top_srcdir)/tapset/*.stp \
+	cp $(abs_top_builddir)/tapset/*.stp \
 	  $(BUILD_OUTPUT_DIR)/j2sdk-image/tapset
 endif
 	cp $(abs_top_srcdir)/rt/net/sourceforge/jnlp/resources/about.jnlp \