hotspot/make/solaris/makefiles/vm.make
changeset 7448 11b630d174d5
parent 7447 32c42d627f41
parent 7409 e9017b2bef9c
child 7451 cc12e11b1e07
--- a/hotspot/make/solaris/makefiles/vm.make	Sat Dec 11 13:20:56 2010 -0500
+++ b/hotspot/make/solaris/makefiles/vm.make	Sat Dec 11 13:46:36 2010 -0500
@@ -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)