Description: Build system patch
 This patch makes the build system print useful information in case of
 a build failure.
Author: Jeff Licquia <licquia@debian.org>
Forwarded: not-needed
Last-Update: 2011-02-20

--- a/Makedefs.in
+++ b/Makedefs.in
@@ -79,11 +79,8 @@
 # Rules...
 #
 
-.SILENT:
 .SUFFIXES:	.a .c .cxx .h .o
 .c.o:
-	echo Compiling $<...
 	$(CC) $(CFLAGS) -c $<
 .cxx.o:
-	echo Compiling $<...
 	$(CXX) $(CXXFLAGS) -c $<
