make/Makefile

changeset 1620
3908ad124838
parent 1445
354d3184f6b2
parent 1619
7fbf850d87b7
child 1907
c18cbe5936b8
     1.1 --- a/make/Makefile	Tue Jan 12 13:54:40 2010 -0800
     1.2 +++ b/make/Makefile	Wed Jan 20 11:32:41 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 @@ -312,10 +312,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