[flashrom] [commit] r880 - trunk

svn at flashrom.org svn at flashrom.org
Fri Jan 22 11:49:33 CET 2010


Author: stepan
Date: 2010-01-22 11:49:33 +0100 (Fri, 22 Jan 2010)
New Revision: 880

Modified:
   trunk/Makefile
Log:
backout unintentional chunk.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2010-01-22 02:53:30 UTC (rev 879)
+++ trunk/Makefile	2010-01-22 10:49:33 UTC (rev 880)
@@ -221,7 +221,7 @@
 	rm -f .dependencies .features .libdeps
 
 dep:
-	$(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies
+	@$(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies
 
 strip: $(PROGRAM)
 	$(STRIP) $(STRIP_ARGS) $(PROGRAM)





More information about the flashrom mailing list