summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-01-22 10:49:33 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2010-01-22 10:49:33 +0000
commite8683b6fc164b6692a37ff652f78fe8c5c6b06c3 (patch)
tree83d9807a00ae0e162b2b7205715b2f5b7fcb1e6d /Makefile
parenteac657909055bad33c60dfa92a28f6a953935b54 (diff)
downloadast2050-flashrom-e8683b6fc164b6692a37ff652f78fe8c5c6b06c3.zip
ast2050-flashrom-e8683b6fc164b6692a37ff652f78fe8c5c6b06c3.tar.gz
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5950eb6..b3f8b2f 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
OpenPOWER on IntegriCloud