hotspot/make/Makefile
changeset 22808 88bca865e247
parent 22805 81f8eafc5a3a
parent 18025 b7bcf7497f93
child 22818 34cd99df9940
--- a/hotspot/make/Makefile	Thu Jun 20 16:30:44 2013 -0700
+++ b/hotspot/make/Makefile	Fri Jun 21 15:56:24 2013 -0700
@@ -535,7 +535,7 @@
 JFR_EXISTS=$(shell if [ -d $(HS_ALT_SRC) ]; then echo 1; else echo 0; fi)
 # export jfr.h
 ifeq ($JFR_EXISTS,1)
-$(EXPORT_INCLUDE_DIR)/%: $(HS_ALT_SRC)/share/vm/jfr/agent/%
+$(EXPORT_INCLUDE_DIR)/%: $(HS_ALT_SRC)/share/vm/jfr/%
 	$(install-file)
 else
 $(EXPORT_INCLUDE_DIR)/jfr.h: