--- old/make/bsd/makefiles/optimized.make Fri Feb 7 11:53:38 2014 +++ new/make/bsd/makefiles/optimized.make Fri Feb 7 11:53:38 2014 @@ -22,7 +22,7 @@ # # -# Sets make macros for making optimized version of Gamma VM +# Sets make macros for making optimized version of HotSpot VM # (This is the "product", not the "release" version.) # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make --- old/make/bsd/makefiles/product.make Fri Feb 7 11:53:39 2014 +++ new/make/bsd/makefiles/product.make Fri Feb 7 11:53:38 2014 @@ -22,7 +22,7 @@ # # -# Sets make macros for making optimized version of Gamma VM +# Sets make macros for making optimized version of HotSpot VM # (This is the "product", not the "release" version.) # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make --- old/make/bsd/makefiles/top.make Fri Feb 7 11:53:39 2014 +++ new/make/bsd/makefiles/top.make Fri Feb 7 11:53:39 2014 @@ -128,7 +128,7 @@ @$(UpdatePCH) @$(MAKE) -f vm.make $(MFLAGS-adjusted) -install gamma: the_vm +install : the_vm @$(MAKE) -f vm.make $@ # next rules support "make foo.[ois]" --- old/make/linux/makefiles/optimized.make Fri Feb 7 11:53:40 2014 +++ new/make/linux/makefiles/optimized.make Fri Feb 7 11:53:40 2014 @@ -22,7 +22,7 @@ # # -# Sets make macros for making optimized version of Gamma VM +# Sets make macros for making optimized version of HotSpot VM # (This is the "product", not the "release" version.) # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make --- old/make/linux/makefiles/product.make Fri Feb 7 11:53:40 2014 +++ new/make/linux/makefiles/product.make Fri Feb 7 11:53:40 2014 @@ -22,7 +22,7 @@ # # -# Sets make macros for making optimized version of Gamma VM +# Sets make macros for making optimized version of HotSpot VM # (This is the "product", not the "release" version.) # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make --- old/make/linux/makefiles/top.make Fri Feb 7 11:53:41 2014 +++ new/make/linux/makefiles/top.make Fri Feb 7 11:53:41 2014 @@ -122,7 +122,7 @@ @$(UpdatePCH) @$(MAKE) -f vm.make $(MFLAGS-adjusted) -install gamma: the_vm +install: the_vm @$(MAKE) -f vm.make $@ # next rules support "make foo.[ois]" --- old/make/solaris/makefiles/optimized.make Fri Feb 7 11:53:41 2014 +++ new/make/solaris/makefiles/optimized.make Fri Feb 7 11:53:41 2014 @@ -22,7 +22,7 @@ # # -# Sets make macros for making optimized version of Gamma VM +# Sets make macros for making optimized version of HotSpot VM # (This is the "product", not the "release" version.) # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make --- old/make/solaris/makefiles/product.make Fri Feb 7 11:53:42 2014 +++ new/make/solaris/makefiles/product.make Fri Feb 7 11:53:42 2014 @@ -22,7 +22,7 @@ # # -# Sets make macros for making optimized version of Gamma VM +# Sets make macros for making optimized version of HotSpot VM # (This is the "product", not the "release" version.) # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make --- old/make/solaris/makefiles/top.make Fri Feb 7 11:53:42 2014 +++ new/make/solaris/makefiles/top.make Fri Feb 7 11:53:42 2014 @@ -114,7 +114,7 @@ the_vm: vm_build_preliminaries $(adjust-mflags) @$(MAKE) -f vm.make $(MFLAGS-adjusted) -install gamma: the_vm +install: the_vm @$(MAKE) -f vm.make $@ # next rules support "make foo.[oi]"