1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 07:23:43 +02:00

Backout unintentional chunk

Corresponding to flashrom svn r880.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
Stefan Reinauer 2010-01-22 10:49:33 +00:00 committed by Stefan Reinauer
parent eac6579090
commit e8683b6fc1

View File

@ -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)