diff -r 3a531d40ad93 -r e7e9e08147fc make/bsd/makefiles/vm.make --- a/make/bsd/makefiles/vm.make Thu Feb 14 14:33:35 2013 -0500 +++ b/make/bsd/makefiles/vm.make Thu Feb 14 12:36:07 2013 -0800 @@ -94,7 +94,12 @@ # 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/$@) + +# File specific flags +CXXFLAGS += $(CXXFLAGS/BYFILE) ifdef DEFAULT_LIBPATH CXXFLAGS += -DDEFAULT_LIBPATH="\"$(DEFAULT_LIBPATH)\""