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 <[EMAIL PROTECTED]>
Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>


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


-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to