[coreboot] r3404 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Wed Jul 2 05:03:58 CEST 2008


Author: stuge
Date: 2008-07-02 05:03:58 +0200 (Wed, 02 Jul 2008)
New Revision: 3404

Modified:
   trunk/util/flashrom/Makefile
Log:
flashrom: Don't rm *~ in make clean, who knows what files that could be

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/util/flashrom/Makefile
===================================================================
--- trunk/util/flashrom/Makefile	2008-07-02 00:59:29 UTC (rev 3403)
+++ trunk/util/flashrom/Makefile	2008-07-02 03:03:58 UTC (rev 3404)
@@ -46,7 +46,7 @@
 	$(CC) -c $(CFLAGS) $(SVNDEF) $(CPPFLAGS) $< -o $@
 
 clean:
-	rm -f $(PROGRAM) *.o *~
+	rm -f $(PROGRAM) *.o
 
 distclean: clean
 	rm -f .dependencies





More information about the coreboot mailing list