changeset 555:d54f9c0dd772 cacao

2008-01-09 Lillian Angel <langel@redhat.com> * Makefile.am: Added missing target aliases. * Makefile.in: Likewise.
author Lillian Angel <langel@redhat.com>
date Wed, 09 Jan 2008 16:28:17 -0500
parents dfda1689bd7a
children 8b7ee288dabc
files ChangeLog Makefile.am Makefile.in
diffstat 3 files changed, 17 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 09 14:22:14 2008 -0500
+++ b/ChangeLog	Wed Jan 09 16:28:17 2008 -0500
@@ -1,3 +1,8 @@
+2008-01-09  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am: Added missing target aliases.
+	* Makefile.in: Likewise.
+
 2008-01-09  Joshua Sumali  <jsumali@redhat.com>
 
 	* Makefile.am: Added building of NetX as our drop-in replacement for
--- a/Makefile.am	Wed Jan 09 14:22:14 2008 -0500
+++ b/Makefile.am	Wed Jan 09 16:28:17 2008 -0500
@@ -713,8 +713,8 @@
 	rm -rf stamps/tools-class-files.stamp
 	rm -rf tools-source-files.txt
 
-# All Stamped Targets
-# ===================
+# Target Aliases
+# ===============
 
 bootstrap-directory-ecj: stamps/bootstrap-directory-ecj.stamp
 
@@ -730,8 +730,6 @@
 
 clone-ecj: stamps/clone-ecj.stamp
 
-clone: stamps/clone.stamp
-
 icedtea-against-ecj: stamps/icedtea-against-ecj.stamp
 
 icedtea-ecj: stamps/icedtea-ecj.stamp
@@ -752,6 +750,10 @@
 
 tools: stamps/tools.stamp
 
+tools-class-files: stamps/tools-class-files.stamp
+
 ports: stamps/ports.stamp
 
+ports-ecj: stamps/ports-ecj.stamp
+
 clean: distclean-local
--- a/Makefile.in	Wed Jan 09 14:22:14 2008 -0500
+++ b/Makefile.in	Wed Jan 09 16:28:17 2008 -0500
@@ -1078,8 +1078,8 @@
 	rm -rf stamps/tools-class-files.stamp
 	rm -rf tools-source-files.txt
 
-# All Stamped Targets
-# ===================
+# Target Aliases
+# ===============
 
 bootstrap-directory-ecj: stamps/bootstrap-directory-ecj.stamp
 
@@ -1095,8 +1095,6 @@
 
 clone-ecj: stamps/clone-ecj.stamp
 
-clone: stamps/clone.stamp
-
 icedtea-against-ecj: stamps/icedtea-against-ecj.stamp
 
 icedtea-ecj: stamps/icedtea-ecj.stamp
@@ -1117,8 +1115,12 @@
 
 tools: stamps/tools.stamp
 
+tools-class-files: stamps/tools-class-files.stamp
+
 ports: stamps/ports.stamp
 
+ports-ecj: stamps/ports-ecj.stamp
+
 clean: distclean-local
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.