Commit e8683b6f authored by Stefan Reinauer's avatar Stefan Reinauer Committed by Stefan Reinauer
Browse files

Backout unintentional chunk


Corresponding to flashrom svn r880.
Signed-off-by: default avatarStefan Reinauer <stepan@coresystems.de>
Acked-by: default avatarStefan Reinauer <stepan@coresystems.de>
parent eac65790
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment