make/solaris/makefiles/gcc.make

changeset 3832
4d399f013e5a
parent 3600
7292cff45988
child 4153
b9a9ed0f8eeb
     1.1 --- a/make/solaris/makefiles/gcc.make	Mon Jun 11 10:28:02 2012 +0200
     1.2 +++ b/make/solaris/makefiles/gcc.make	Mon Jun 11 13:10:14 2012 -0400
     1.3 @@ -141,7 +141,7 @@
     1.4  
     1.5  # Flags for generating make dependency flags.
     1.6  ifneq ("${CC_VER_MAJOR}", "2")
     1.7 -DEPFLAGS = -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d)
     1.8 +DEPFLAGS = -fpch-deps -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d)
     1.9  endif
    1.10  
    1.11  # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.

mercurial