Author: hailfinger
Date: Mon May 31 00:35:14 2010
New Revision: 1022
URL: http://flashrom.org/trac/coreboot/changeset/1022

Log:
Add flashrom.exe unconditionally to the list of files removed at make
clean. This allows users to run make clean without specifying the target
architecture.

Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Acked-by: Idwer Vollering <[email protected]>
Acked-by: Uwe Hermann <[email protected]>

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile      Mon May 31 00:24:40 2010        (r1021)
+++ trunk/Makefile      Mon May 31 00:35:14 2010        (r1022)
@@ -255,8 +255,10 @@
 %.o: %.c .features
        $(CC) $(CFLAGS) $(CPPFLAGS) $(FEATURE_CFLAGS) $(SVNDEF) -o $@ -c $<
 
+# Make sure to add all names of generated binaries here.
+# This includes all frontends and libflashrom.
 clean:
-       rm -f $(PROGRAM) *.o
+       rm -f $(PROGRAM) $(PROGRAM).exe *.o
 
 distclean: clean
        rm -f .dependencies .features .libdeps

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to