make/Makefile

changeset 1619
7fbf850d87b7
parent 631
d1605aabd0a1
child 1620
3908ad124838
     1.1 --- a/make/Makefile	Mon Dec 14 10:05:36 2009 -0700
     1.2 +++ b/make/Makefile	Wed Jan 13 09:39:46 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright 2005-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 +# Copyright 2005-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -281,10 +281,13 @@
    1.11  $(EXPORT_LIB_DIR)/%.jar: $(GEN_DIR)/%.jar
    1.12  	$(install-file)
    1.13  
    1.14 -# Include files (jvmti.h, jni.h, $(JDK_INCLUDE_SUBDIR)/jni_md.h, jmm.h)
    1.15 +# Include files (jvmti.h, jvmticmlr.h, jni.h, $(JDK_INCLUDE_SUBDIR)/jni_md.h, jmm.h)
    1.16  $(EXPORT_INCLUDE_DIR)/%: $(GEN_DIR)/jvmtifiles/%
    1.17  	$(install-file)
    1.18  
    1.19 +$(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/code/%
    1.20 +	$(install-file)
    1.21 +
    1.22  $(EXPORT_INCLUDE_DIR)/%: $(HS_SRC_DIR)/share/vm/prims/%
    1.23  	$(install-file)
    1.24  

mercurial