diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-01-22 10:49:33 +0000 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2010-01-22 10:49:33 +0000 |
commit | e8683b6fc164b6692a37ff652f78fe8c5c6b06c3 (patch) | |
tree | 83d9807a00ae0e162b2b7205715b2f5b7fcb1e6d /Makefile | |
parent | eac657909055bad33c60dfa92a28f6a953935b54 (diff) | |
download | flashrom-e8683b6fc164b6692a37ff652f78fe8c5c6b06c3.tar.gz flashrom-e8683b6fc164b6692a37ff652f78fe8c5c6b06c3.tar.bz2 flashrom-e8683b6fc164b6692a37ff652f78fe8c5c6b06c3.zip |
Backout unintentional chunk
Corresponding to flashrom svn r880.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ distclean: clean rm -f .dependencies .features .libdeps dep: - $(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies + @$(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies strip: $(PROGRAM) $(STRIP) $(STRIP_ARGS) $(PROGRAM) |