From 41bb87a198d73a019a390e0f4d1254e22fac0d71 Mon Sep 17 00:00:00 2001 From: Giuliano Belinassi Date: Fri, 31 Jul 2020 15:42:55 -0300 Subject: bootstrap 1 --- gcc/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gcc') diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ae2827e..60d36bd 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1114,7 +1114,7 @@ POSTCOMPILE = endif .cc.o .c.o: - $(COMPILE) $< + +$(COMPILE) $< $(POSTCOMPILE) # @@ -2196,7 +2196,7 @@ CFLAGS-c-family/c-pch.o += -DHOST_MACHINE=\"$(host)\" \ -DTARGET_MACHINE=\"$(target)\" default-c.o: config/default-c.c - $(COMPILE) $< + +$(COMPILE) $< $(POSTCOMPILE) # Files used by all variants of C and some other languages. @@ -2207,7 +2207,7 @@ prefix.o: $(BASEVER) # Files used by the D language front end. default-d.o: config/default-d.c - $(COMPILE) $< + +$(COMPILE) $< $(POSTCOMPILE) # Language-independent files. @@ -2298,11 +2298,11 @@ pass-instances.def: $(srcdir)/passes.def $(PASSES_EXTRA) \ $(srcdir)/passes.def $(PASSES_EXTRA) > pass-instances.def $(out_object_file): $(out_file) - $(COMPILE) $< + +$(COMPILE) $< $(POSTCOMPILE) $(common_out_object_file): $(common_out_file) - $(COMPILE) $< + +$(COMPILE) $< $(POSTCOMPILE) # # Generate header and source files from the machine description, -- cgit v1.1