Index: Makedefs.in
--- Makedefs.in.orig
+++ Makedefs.in
@@ -42,7 +42,7 @@ INSTALL_MAN	=	$(INSTALL) -c -m 444
 # Directories...
 #
 
-BUILDROOT	=	$(DSTROOT)$(RPM_BUILD_ROOT)$(DESTDIR)
+BUILDROOT	=	${WRKDIR}
 bindir		=	@bindir@
 datadir		=	@datadir@
 datarootdir	=	@datarootdir@
@@ -81,11 +81,8 @@ WARNINGS	=	@WARNINGS@
 # Rules...
 #
 
-.SILENT:
 .SUFFIXES:	.a .c .cxx .h .o
 .c.o:
-	echo Compiling $<...
 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
 .cxx.o:
-	echo Compiling $<...
 	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<
