diff options
Diffstat (limited to 'gcc/config/t-sol2')
-rw-r--r-- | gcc/config/t-sol2 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index 2339a0bc98f..f592c0a39a3 100644 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -1,12 +1,7 @@ # 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) - $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ - $(srcdir)/config/sol2-c.c +sol2-c.o: $(srcdir)/config/sol2-c.c + $(COMPILE) $< # Solaris-specific attributes -sol2.o: $(srcdir)/config/sol2.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - tree.h $(TM_H) $(TM_P_H) toplev.h $(GGC_H) - $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ - $(srcdir)/config/sol2.c +sol2.o: $(srcdir)/config/sol2.c + $(COMPILE) $< |