--- old/make/linux/makefiles/sparcWorks.make 2010-11-16 18:01:00.000000000 +0100 +++ new/make/linux/makefiles/sparcWorks.make 2010-11-16 18:01:00.000000000 +0100 @@ -74,6 +74,11 @@ OPT_CFLAGS+=-xO4 OPT_CFLAGS/NOOPT=-xO0 +# Flags for creating the dependency files. +ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) +DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d) +endif + #------------------------------------------------------------------------ # Linker flags