agent/make/Makefile

changeset 4093
5a98bf7d847b
parent 3183
fd65bc7c09b6
child 4267
bd7a7ce2e264
     1.1 --- a/agent/make/Makefile	Thu Sep 20 03:49:15 2012 -0700
     1.2 +++ b/agent/make/Makefile	Mon Sep 24 12:44:00 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2000, 2012, Oracle and/or its affiliates. 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 @@ -41,10 +41,7 @@
    1.11  PKGLIST = \
    1.12  sun.jvm.hotspot \
    1.13  sun.jvm.hotspot.asm \
    1.14 -sun.jvm.hotspot.asm.amd64 \
    1.15 -sun.jvm.hotspot.asm.ia64 \
    1.16  sun.jvm.hotspot.asm.sparc \
    1.17 -sun.jvm.hotspot.asm.x86 \
    1.18  sun.jvm.hotspot.bugspot \
    1.19  sun.jvm.hotspot.bugspot.tree \
    1.20  sun.jvm.hotspot.c1 \
    1.21 @@ -138,10 +135,7 @@
    1.22  FILELIST = \
    1.23  sun/jvm/hotspot/*.java \
    1.24  sun/jvm/hotspot/asm/*.java \
    1.25 -sun/jvm/hotspot/asm/amd64/*.java \
    1.26 -sun/jvm/hotspot/asm/ia64/*.java \
    1.27  sun/jvm/hotspot/asm/sparc/*.java \
    1.28 -sun/jvm/hotspot/asm/x86/*.java \
    1.29  sun/jvm/hotspot/bugspot/*.java \
    1.30  sun/jvm/hotspot/bugspot/tree/*.java \
    1.31  sun/jvm/hotspot/c1/*.java \

mercurial