# HG changeset patch # User Doug Simon # Date 1394741746 -3600 # Node ID 756029dab703a2d7646a695d08ea0b4462abda3b # Parent 4823ccaf50230b089a45b475f673012d7bde653b fixed regression due to jdk9 merge diff -r 4823ccaf5023 -r 756029dab703 make/bsd/makefiles/top.make --- a/make/bsd/makefiles/top.make Thu Mar 13 21:15:13 2014 +0100 +++ b/make/bsd/makefiles/top.make Thu Mar 13 21:15:46 2014 +0100 @@ -80,7 +80,7 @@ @echo All done. # This is an explicit dependency for the sake of parallel makes. -vm_build_preliminaries: checks $(Cached_plat) $(AD_Files_If_Required) jvmti_stuff trace_stuff sa_stuff +vm_build_preliminaries: checks $(Cached_plat) $(AD_Files_If_Required) jvmti_stuff trace_stuff sa_stuff dtrace_stuff @# We need a null action here, so implicit rules don't get consulted. $(Cached_plat): $(Plat_File)