From 30b79fcb346330d4ae4f3bcf2741087c2730ab4e Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Sun, 29 Sep 2013 20:46:19 +0000 Subject: [PATCH] gcc: config/x-darwin commit correct version of the file From-SVN: r203020 --- gcc/config/x-darwin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/x-darwin b/gcc/config/x-darwin index e95ed1bb4543..c6226c048836 100644 --- a/gcc/config/x-darwin +++ b/gcc/config/x-darwin @@ -1,3 +1,3 @@ -#host-darwin.o : $(srcdir)/config/host-darwin.c -# $(COMPILE) $< -# $(POSTCOMPILE) +host-darwin.o : $(srcdir)/config/host-darwin.c + $(COMPILE) $< + $(POSTCOMPILE) -- 2.47.2