changeset 3142:29d6e0e0c2d2

Makefile.am: (add-nss-debug.stamp): fixed ECJ_BUILD_OUTPUT_DIR to DEBUG_BUILD_OUTPUT_DIR.
author Jiri Vanek <jvanek@redhat.com>
date Fri, 09 May 2014 13:28:18 +0200
parents c0295bae714c
children 1da0a61f16a1
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 17 02:40:37 2014 +0100
+++ b/ChangeLog	Fri May 09 13:28:18 2014 +0200
@@ -1,3 +1,8 @@
+2014-05-09  Jiri Vanek  <jvanek@redhat.com>
+
+	* Makefile.am: (add-nss-debug.stamp): fixed ECJ_BUILD_OUTPUT_DIR
+	to DEBUG_BUILD_OUTPUT_DIR.
+
 2014-04-16  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* NEWS:
--- a/Makefile.am	Thu Apr 17 02:40:37 2014 +0100
+++ b/Makefile.am	Fri May 09 13:28:18 2014 +0200
@@ -1918,7 +1918,7 @@
 	rm -f stamps/add-nss-debug.stamp.tmp
 	touch stamps/add-nss-debug.stamp.tmp
 	all_patches_ok=yes; \
-	for dir in $(ECJ_BUILD_OUTPUT_DIR)/{j2sdk-image/jre,j2re-image} ; \
+	for dir in $(DEBUG_BUILD_OUTPUT_DIR)/{j2sdk-image/jre,j2re-image} ; \
 	do \
 	  pushd $$dir ; \
 	  cp -v $$dir/lib/security/java.security{,.old} ; \