$OpenBSD: patch-Makedefs_in,v 1.5 2020/02/16 08:30:08 benoit Exp $
Index: Makedefs.in
--- Makedefs.in.orig
+++ Makedefs.in
@@ -43,7 +43,7 @@ INSTALL_MAN	=	$(INSTALL) -c -m 444
 # Directories...
 #
 
-BUILDROOT	=	$(DSTROOT)$(RPM_BUILD_ROOT)$(DESTDIR)
+BUILDROOT	=	${WRKDIR}
 bindir		=	@bindir@
 datadir		=	@datadir@
 datarootdir	=	@datarootdir@
@@ -80,11 +80,8 @@ OPTIM		=	@OPTIM@ @SSLFLAGS@
 # Rules...
 #
 
-.SILENT:
 .SUFFIXES:	.a .c .cxx .h .o
 .c.o:
-	echo Compiling $<...
 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
 .cxx.o:
-	echo Compiling $<...
 	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<
