/hg/release/icedtea6-1.7: Reference plugin directory by absolute...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jan 27 09:52:40 PST 2010


changeset 4bfb7468a41e in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=4bfb7468a41e
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Jan 27 17:52:01 2010 +0000

	Reference plugin directory by absolute path to avoid confusion with
	Makefile target.

	2010-01-27 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Reference plugin directory by
	absolute path in EXTRA_DIST to avoid confusion with build
	rule.


diffstat:

2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog   |    6 ++++++
Makefile.am |    2 +-

diffs (25 lines):

diff -r 9629be2e762b -r 4bfb7468a41e ChangeLog
--- a/ChangeLog	Wed Jan 27 17:48:02 2010 +0000
+++ b/ChangeLog	Wed Jan 27 17:52:01 2010 +0000
@@ -1,3 +1,9 @@ 2010-01-27 Andrew John Hughes  <ahughes@
+2010-01-27 Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am: Reference plugin
+	directory by absolute path in EXTRA_DIST
+	to avoid confusion with build rule.
+	
 2010-01-27 Andrew John Hughes  <ahughes at redhat.com>
 
 	* NEWS: Updated for 1.7 release.
diff -r 9629be2e762b -r 4bfb7468a41e Makefile.am
--- a/Makefile.am	Wed Jan 27 17:48:02 2010 +0000
+++ b/Makefile.am	Wed Jan 27 17:52:01 2010 +0000
@@ -569,7 +569,7 @@ EXTRA_DIST = rt generated \
 	test/jtreg \
 	IcedTeaPlugin.cc \
 	HACKING pulseaudio fsg.sh \
-	plugin \
+	$(abs_top_srcdir)/plugin \
 	hotspot.map \
 	autogen.sh \
 	tapset/hotspot.stp.in \



More information about the distro-pkg-dev mailing list