/hg/icedtea6: Fix typo in debug build.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Feb 25 13:21:44 PST 2011


changeset d38a85ed9c32 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=d38a85ed9c32
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Feb 25 21:21:36 2011 +0000

	Fix typo in debug build.

	2011-02-25 DJ Lucas <dj at linuxfromscratch.org>

	 * Makefile.am: (icedtea-debug-against-debug):
	Correct typo.


diffstat:

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

diffs (24 lines):

diff -r a11e45028768 -r d38a85ed9c32 ChangeLog
--- a/ChangeLog	Fri Feb 25 00:45:39 2011 +0000
+++ b/ChangeLog	Fri Feb 25 21:21:36 2011 +0000
@@ -1,3 +1,8 @@ 2011-02-25  Andrew John Hughes  <ahughes
+2011-02-25  DJ Lucas  <dj at linuxfromscratch.org>
+
+	* Makefile.am:
+	(icedtea-debug-against-debug): Correct typo.
+
 2011-02-25  Andrew John Hughes  <ahughes at redhat.com>
 
 	* NEWS: Update with latest bug fixes.
diff -r a11e45028768 -r d38a85ed9c32 Makefile.am
--- a/Makefile.am	Fri Feb 25 00:45:39 2011 +0000
+++ b/Makefile.am	Fri Feb 25 21:21:36 2011 +0000
@@ -1398,7 +1398,7 @@ stamps/icedtea-debug-against-icedtea.sta
 stamps/icedtea-debug-against-icedtea.stamp: stamps/icedtea-debug.stamp \
  stamps/add-jamvm-debug.stamp stamps/add-cacao-debug.stamp \
  stamps/add-zero-debug.stamp stamps/add-systemtap-debug.stamp stamps/add-pulseaudio-debug.stamp \
- stamps/add-nss-debug.stamp stamps/add/tzdata-support-debug.stamp
+ stamps/add-nss-debug.stamp stamps/add-tzdata-support-debug.stamp
 	mkdir -p stamps
 	touch stamps/icedtea-debug-against-icedtea.stamp
 



More information about the distro-pkg-dev mailing list