svn@coreboot.org wrote:
Author: stuge Date: 2008-06-22 04:00:39 +0200 (Sun, 22 Jun 2008) New Revision: 3378
Modified: trunk/util/flashrom/Makefile Log: flashrom: Some Makefile cleaning
Signed-off-by: Peter Stuge peter@stuge.se Acked-by: Peter Stuge peter@stuge.se
Modified: trunk/util/flashrom/Makefile
--- trunk/util/flashrom/Makefile 2008-06-21 04:39:17 UTC (rev 3377) +++ trunk/util/flashrom/Makefile 2008-06-22 02:00:39 UTC (rev 3378) @@ -46,11 +46,11 @@ $(CC) -c $(CFLAGS) $(SVNDEF) $(CPPFLAGS) $< -o $@
clean:
- rm -f *.o *~
- rm -f $(PROGRAM) *.o *~
distclean: clean
- rm -f $(PROGRAM) .dependencies
- rm -f .dependencies
Sorry, I don't like this ... it's not cleaning up but changing the behavior.