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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



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)


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to