hotspot/make/bsd/makefiles/gcc.make
changeset 10830 f3fedfa29811
parent 10739 91935236600e
child 11205 f07e6dd70a1f
--- a/hotspot/make/bsd/makefiles/gcc.make	Sun Oct 30 18:40:48 2011 -0700
+++ b/hotspot/make/bsd/makefiles/gcc.make	Tue Nov 01 13:44:40 2011 +0100
@@ -88,7 +88,7 @@
 ifneq ($(USE_PRECOMPILED_HEADER),0)
 USE_PRECOMPILED_HEADER=1
 PRECOMPILED_HEADER_DIR=.
-PRECOMPILED_HEADER_SRC=$(GAMMADIR)/src/share/vm/precompiled.hpp
+PRECOMPILED_HEADER_SRC=$(GAMMADIR)/src/share/vm/precompiled/precompiled.hpp
 PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/precompiled.hpp.gch
 endif
 endif