mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 15:33:42 +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:
parent
eac6579090
commit
e8683b6fc1
2
Makefile
2
Makefile
@ -221,7 +221,7 @@ distclean: clean
|
|||||||
rm -f .dependencies .features .libdeps
|
rm -f .dependencies .features .libdeps
|
||||||
|
|
||||||
dep:
|
dep:
|
||||||
$(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies
|
@$(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies
|
||||||
|
|
||||||
strip: $(PROGRAM)
|
strip: $(PROGRAM)
|
||||||
$(STRIP) $(STRIP_ARGS) $(PROGRAM)
|
$(STRIP) $(STRIP_ARGS) $(PROGRAM)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user