aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormchung <none@none>2011-01-20 22:16:55 -0800
committermchung <none@none>2011-01-20 22:16:55 -0800
commita157a929d72f735c9cf0aad93b6fccfebe1d61c7 (patch)
tree3bbfbb6363b86feff77280e6f5b71a69e9188ca4 /test
parent4e4bfe60129c156a1c23c6c147ec90862c6cc814 (diff)
7013739: jdk_rmi target is missing in the top repo's test/Makefile
Reviewed-by: ohair, igor
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 0e21411..26d00bb 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -79,7 +79,7 @@ all: $(JDK_TEST_LIST) $(LANGTOOLS_TEST_LIST)
# Test targets
$(LANGTOOLS_TEST_LIST):
@$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), $(subst langtools_,,$@))
-$(JDK_TEST_LIST):
+$(JDK_TEST_LIST) $(JDK_TEST_LIST2):
@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), $@)
clean: