/hg/icedtea: Replace semicolon accidentally deleted in previous ...

vanaltj at icedtea.classpath.org vanaltj at icedtea.classpath.org
Wed Sep 23 10:32:36 PDT 2009


changeset 203eeb090de7 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=203eeb090de7
author: Jon VanAlten <jon.vanalten at redhat.com>
date: Wed Sep 23 13:32:00 2009 -0400

	Replace semicolon accidentally deleted in previous commit.

	2009-09-23 Jon VanAlten <jon.vanalten at redhat.com>

	* Makefile.am: Insert missing semicolon.


diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
Makefile.am |    2 +-

diffs (12 lines):

diff -r c3b3af26b93f -r 203eeb090de7 Makefile.am
--- a/Makefile.am	Wed Sep 23 10:44:18 2009 -0400
+++ b/Makefile.am	Wed Sep 23 13:32:00 2009 -0400
@@ -3295,7 +3295,7 @@ stamps/pulse-java-jar.stamp: stamps/puls
 stamps/pulse-java-jar.stamp: stamps/pulse-java-class.stamp
 if ENABLE_PULSE_JAVA
 	mkdir -p $(PULSE_JAVA_CLASS_DIR);
-	$(ICEDTEA_BOOT_DIR)/bin/jar cf pulse-java.jar -C $(PULSE_JAVA_CLASS_DIR) .
+	$(ICEDTEA_BOOT_DIR)/bin/jar cf pulse-java.jar -C $(PULSE_JAVA_CLASS_DIR) .;
 endif
 	mkdir -p stamps
 	touch stamps/pulse-java-jar.stamp



More information about the distro-pkg-dev mailing list