From c987deb8eafffb5b4d010282d9e6532f4150c336 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 25 Sep 2013 16:32:02 +0000 Subject: * config/t-glibc (glibc-c.o): Use COMPILE and POSTCOMPILE. From-SVN: r202910 --- gcc/config/t-glibc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gcc/config') diff --git a/gcc/config/t-glibc b/gcc/config/t-glibc index 032c68d..ae7bf7a 100644 --- a/gcc/config/t-glibc +++ b/gcc/config/t-glibc @@ -16,7 +16,6 @@ # along with GCC; see the file COPYING3. If not see # . -glibc-c.o: config/glibc-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - $(C_TARGET_H) $(C_TARGET_DEF_H) - $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \ - $< $(OUTPUT_OPTION) +glibc-c.o: config/glibc-c.c + $(COMPILE) $< + $(POSTCOMPILE) -- cgit v1.1