changeset 17808:d623bc507723

8038262: Workaround for ccache in vm.make is missing for aix Reviewed-by: simonis, kvn
author amurillo
date Mon, 24 Mar 2014 11:51:40 -0700
parents 71a71b0bc844
children a433eb716ce1
files make/aix/makefiles/vm.make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/aix/makefiles/vm.make	Thu Mar 20 11:03:06 2014 +0100
+++ b/make/aix/makefiles/vm.make	Mon Mar 24 11:51:40 2014 -0700
@@ -101,7 +101,7 @@
 # This is VERY important! The version define must only be supplied to vm_version.o
 # If not, ccache will not re-use the cache at all, since the version string might contain
 # a time and date.
-vm_version.o: CXXFLAGS += ${JRE_VERSION}
+CXXFLAGS/vm_version.o += ${JRE_VERSION}
 
 CXXFLAGS/BYFILE = $(CXXFLAGS/$@)