make/linux/makefiles/top.make

changeset 2047
d2ede61b7a12
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/make/linux/makefiles/top.make	Wed Aug 11 01:17:27 2010 -0700
     1.2 +++ b/make/linux/makefiles/top.make	Wed Aug 11 05:51:21 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1999, 2010, 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 @@ -75,6 +75,7 @@
    1.11  Include_DBs/COMPILER2   = $(Include_DBs/CORE) $(VM)/includeDB_compiler2
    1.12  Include_DBs/TIERED      = $(Include_DBs/CORE) $(VM)/includeDB_compiler1 $(VM)/includeDB_compiler2
    1.13  Include_DBs/ZERO        = $(Include_DBs/CORE) $(VM)/includeDB_zero
    1.14 +Include_DBs/SHARK       = $(Include_DBs/ZERO) $(VM)/includeDB_shark
    1.15  Include_DBs = $(Include_DBs/$(TYPE))
    1.16  
    1.17  Cached_plat = $(GENERATED)/platform.current

mercurial