Index: libcfa/Makefile.in
===================================================================
--- libcfa/Makefile.in	(revision 0c7a885e6a20860d1cb49fc183792a7a5814218b)
+++ libcfa/Makefile.in	(revision 49205cfb46b9e8b764eb9b51622c7760bedcae1b)
@@ -1,3 +1,3 @@
-b######################### -*- Mode: Makefile-Gmake -*- ########################
+######################### -*- Mode: Makefile-Gmake -*- ########################
 ##
 ## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
@@ -11,6 +11,6 @@
 ## Created On       : Sat May 16 08:05:18 2015
 ## Last Modified By : Peter A. Buhr
-## Last Modified On : Mon May 25 16:14:54 2015
-## Update Count     : 7
+## Last Modified On : Mon May 25 16:22:36 2015
+## Update Count     : 9
 ###############################################################################
 
@@ -30,5 +30,5 @@
 # make forward declarations for gcc builtins
 builtins.cf : builtins.c
-	if [ -e builtins.c ] ; then \
+	@if [ -e builtins.c ] ; then \
 		@BACKEND_CC@ -E -P $^ | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > $@ ; \
 	fi
@@ -36,5 +36,5 @@
 
 builtins.c : builtins.def prototypes.awk
-	if [ -e builtins.def ] ; then \
+	@if [ -e builtins.def ] ; then \
 		@BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \
 	fi
