Description: unix/Makefile: Trap errors from make
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1000460

--- tf-4.0s1.orig/unix/Makefile
+++ tf-4.0s1/unix/Makefile
@@ -22,8 +22,7 @@ default: install
 # to make "install", "all", AND "files", instead of just "install".
 
 install all files: src/Makefile src/config.h _log
-	cd ./src; { $(MAKE) $@ 2>&1; echo; cat exitmsg; } | \
-	    { tee -a ../Build.log || cat; }
+	cd ./src; $(MAKE) $@ 2>&1
 
 reconfigure:  unconfigure install
 
