hotspot/make/bsd/makefiles/gcc.make
changeset 12943 5ebbcf0cb20f
parent 12156 fb31de03f649
child 13975 2f7431485cfa
child 13963 e5b53c306fb5
--- a/hotspot/make/bsd/makefiles/gcc.make	Mon Jun 11 10:28:02 2012 +0200
+++ b/hotspot/make/bsd/makefiles/gcc.make	Mon Jun 11 13:10:14 2012 -0400
@@ -214,7 +214,7 @@
 
 # Flags for generating make dependency flags.
 ifneq ("${CC_VER_MAJOR}", "2")
-DEPFLAGS = -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d)
+DEPFLAGS = -fpch-deps -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d)
 endif
 
 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.