/hg/icedtea6: Remove errant backslash.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Mar 1 07:33:09 PST 2010
changeset 15ae6e3a64d2 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=15ae6e3a64d2
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Mar 01 15:33:01 2010 +0000
Remove errant backslash.
2010-03-01 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Remove errant backslash.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
Makefile.am | 2 +-
diffs (24 lines):
diff -r 278ade392786 -r 15ae6e3a64d2 ChangeLog
--- a/ChangeLog Mon Mar 01 15:20:29 2010 +0000
+++ b/ChangeLog Mon Mar 01 15:33:01 2010 +0000
@@ -1,3 +1,8 @@ 2010-03-01 Andrew John Hughes <ahughes
+2010-03-01 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ Remove errant backslash.
+
2010-03-01 Andrew John Hughes <ahughes at redhat.com>
Simply JAXWS patching for OpenJDK6.
diff -r 278ade392786 -r 15ae6e3a64d2 Makefile.am
--- a/Makefile.am Mon Mar 01 15:20:29 2010 +0000
+++ b/Makefile.am Mon Mar 01 15:33:01 2010 +0000
@@ -898,7 +898,7 @@ endif
endif
#FIXME (meta): Split into multiple targets
-stamps/extract.stamp: stamps/extract-openjdk.stamp \
+stamps/extract.stamp: stamps/extract-openjdk.stamp
mkdir -p stamps
touch $@
More information about the distro-pkg-dev
mailing list