f693b5a
--- magic-7.4.33/Makefile	2006-06-14 09:12:44.000000000 +0200
f693b5a
+++ Makefile	2007-02-05 12:26:05.000000000 +0100
f693b5a
@@ -18,12 +18,10 @@
f693b5a
 all:	$(ALL_TARGET)
f693b5a
 
f693b5a
 standard:
f693b5a
-	@echo --- errors and warnings logged in file make.log
f693b5a
-	@${MAKE} mains 2>&1 | tee -a make.log | egrep -i "(.c:|Stop.|---)"
f693b5a
+	@${MAKE} mains
f693b5a
 
f693b5a
 tcl:
f693b5a
-	@echo --- errors and warnings logged in file make.log
f693b5a
-	@${MAKE} tcllibrary 2>&1 | tee -a make.log | egrep -i "(.c:|Stop.|---)"
f693b5a
+	@${MAKE} tcllibrary
f693b5a
 
f693b5a
 force: clean all
f693b5a