make/solaris/makefiles/gcc.make

changeset 3229
95009f678859
parent 2325
c760f78e0a53
child 3325
f4414323345f
     1.1 --- a/make/solaris/makefiles/gcc.make	Sun Oct 30 18:40:48 2011 -0700
     1.2 +++ b/make/solaris/makefiles/gcc.make	Tue Nov 01 13:44:40 2011 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1998, 2011, 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 @@ -51,7 +51,7 @@
    1.11  ifneq ($(USE_PRECOMPILED_HEADER),0)
    1.12  USE_PRECOMPILED_HEADER=1
    1.13  PRECOMPILED_HEADER_DIR=.
    1.14 -PRECOMPILED_HEADER_SRC=$(GAMMADIR)/src/share/vm/precompiled.hpp
    1.15 +PRECOMPILED_HEADER_SRC=$(GAMMADIR)/src/share/vm/precompiled/precompiled.hpp
    1.16  PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/precompiled.hpp.gch
    1.17  endif
    1.18  endif

mercurial