test/Makefile

Print this page

        

@@ -26,12 +26,10 @@
 # Makefile to run various hotspot tests
 #
 
 ALT_MAKE ?= closed
 
--include $(ALT_MAKE)/Makefile
-
 GETMIXEDPATH=echo
 
 # Utilities used
 AWK       = awk
 CAT       = cat

@@ -302,10 +300,12 @@
 else
   JTREG_KEY_OPTION = -k:\!ignore
 endif
 JTREG_BASIC_OPTIONS += $(JTREG_KEY_OPTION)
 
+-include $(ALT_MAKE)/Makefile
+
 # Make sure jtreg exists
 $(JTREG): $(JT_HOME)
 
 jtreg_tests: prep $(PRODUCT_HOME) $(JTREG)
         (                                                                    \