diff options
Diffstat (limited to 'gcc/config/t-sol2')
-rw-r--r-- | gcc/config/t-sol2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index 526ae407382..6112f2db8b5 100644 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -18,8 +18,8 @@ # Solaris-specific format checking and pragmas sol2-c.o: $(srcdir)/config/sol2-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - tree.h c-format.h intl.h $(CPPLIB_H) c-pragma.h $(TM_H) $(TM_P_H) \ - toplev.h $(C_COMMON_H) + tree.h c-family/c-format.h $(C_PRAGMA_H) $(C_COMMON_H) $(CPPLIB_H) \ + intl.h $(TM_H) $(TM_P_H) toplev.h $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/sol2-c.c |