changeset 1471:7408dba85141

2009-04-17 Lillian Angel <langel@redhat.com> * Makefile.am (icedtea-ecj.stamp): Fixed makefile path.
author Lillian Angel <langel@redhat.com>
date Fri, 17 Apr 2009 09:57:01 -0400
parents 7e38108fb278
children c1db7ce41839
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 16 11:26:48 2009 -0400
+++ b/ChangeLog	Fri Apr 17 09:57:01 2009 -0400
@@ -1,3 +1,8 @@
+2009-04-17  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am
+	(icedtea-ecj.stamp): Fixed makefile path.
+
 2009-04-16  Lillian Angel  <langel@redhat.com>
 
 	* HACKING: Updated.
--- a/Makefile.am	Thu Apr 16 11:26:48 2009 -0400
+++ b/Makefile.am	Fri Apr 17 09:57:01 2009 -0400
@@ -1269,7 +1269,7 @@
 	stamps/ports-ecj.stamp stamps/patch-ecj.stamp stamps/cacao.stamp
 	$(ARCH_PREFIX) $(MAKE) \
 	  $(ICEDTEA_ENV_ECJ) \
-	  -C openjdk-ecj/make \
+	  -C openjdk-ecj/ \
 	  $(ICEDTEA_BUILD_TARGET)
 	@echo "ecj-poured IcedTea is served:" \
 	  $(ECJ_BUILD_OUTPUT_DIR)
@@ -1291,13 +1291,13 @@
 	stamps/ports-ecj.stamp stamps/patch-ecj.stamp
 	$(ARCH_PREFIX) $(MAKE) \
 	  $(ICEDTEA_ENV_ECJ) \
-	  -C openjdk-ecj/make hotspot
+	  -C openjdk-ecj/ hotspot
 
 clean-icedtea-ecj: stamps/extract-ecj.stamp
 	rm -f stamps/icedtea-ecj.stamp
 	$(ARCH_PREFIX) $(MAKE) \
 	  $(ICEDTEA_ENV_ECJ) \
-	  -C openjdk-ecj/make clobber
+	  -C openjdk-ecj/ clobber
 
 stamps/icedtea-against-ecj.stamp: \
 	stamps/bootstrap-directory-symlink-ecj.stamp \