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
@@ -80,11 +80,8 @@
 # Rules...
 #
 
-.SILENT:
 .SUFFIXES:	.a .c .cxx .h .o
 .c.o:
-	echo Compiling $<...
 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
 .cxx.o:
-	echo Compiling $<...
 	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<
