commit | e8683b6fc164b6692a37ff652f78fe8c5c6b06c3 | [log] [tgz] |
---|---|---|
author | Stefan Reinauer <stepan@coresystems.de> | Fri Jan 22 10:49:33 2010 +0000 |
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | Fri Jan 22 10:49:33 2010 +0000 |
tree | 83d9807a00ae0e162b2b7205715b2f5b7fcb1e6d | |
parent | eac657909055bad33c60dfa92a28f6a953935b54 [diff] [blame] |
Backout unintentional chunk Corresponding to flashrom svn r880. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
diff --git a/Makefile b/Makefile index 5950eb6..b3f8b2f 100644 --- a/Makefile +++ b/Makefile
@@ -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)