--- old/make/solaris/makefiles/adlc.make 2010-10-28 13:46:01.000000000 +0200 +++ new/make/solaris/makefiles/adlc.make 2010-10-28 13:46:01.000000000 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -47,11 +47,11 @@ EXEC = $(OUTDIR)/adlc # set VPATH so make knows where to look for source files -Src_Dirs_V = ${Src_Dirs} $(GENERATED)/incls +Src_Dirs_V = ${Src_Dirs} VPATH += $(Src_Dirs_V:%=%:) # set INCLUDES for C preprocessor -Src_Dirs_I = ${Src_Dirs} $(GENERATED) +Src_Dirs_I = ${Src_Dirs} $(GAMMADIR)/src/share/vm $(GENERATED) INCLUDES += $(Src_Dirs_I:%=-I%) # set flags for adlc compilation