hotspot/make/solaris/makefiles/vm.make
changeset 7409 e9017b2bef9c
parent 7397 5b173b4ca846
child 7704 cc9d3ed42704
child 7448 11b630d174d5
--- a/hotspot/make/solaris/makefiles/vm.make	Wed Dec 01 15:04:06 2010 +0100
+++ b/hotspot/make/solaris/makefiles/vm.make	Thu Dec 02 20:01:47 2010 +0100
@@ -189,7 +189,7 @@
 
 Src_Files := $(foreach e,$(Src_Dirs),$(call findsrc,$(e)))
 
-Obj_Files = $(addsuffix .o,$(basename $(Src_Files)))
+Obj_Files = $(sort $(addsuffix .o,$(basename $(Src_Files))))
 
 JVM_OBJ_FILES = $(Obj_Files) $(DTRACE_OBJS)