[coreboot] r3383 - trunk/util/inteltool

svn at coreboot.org svn at coreboot.org
Sun Jun 22 19:15:03 CEST 2008


Author: stepan
Date: 2008-06-22 19:15:03 +0200 (Sun, 22 Jun 2008)
New Revision: 3383

Modified:
   trunk/util/inteltool/Makefile
Log:
as per Peter's suggestion. clean binary in make clean
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/util/inteltool/Makefile
===================================================================
--- trunk/util/inteltool/Makefile	2008-06-22 17:06:41 UTC (rev 3382)
+++ trunk/util/inteltool/Makefile	2008-06-22 17:15:03 UTC (rev 3383)
@@ -35,10 +35,10 @@
 	$(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
 
 clean:
-	rm -f *.o *~
+	rm -f $(PROGRAM) *.o *~
 
 distclean: clean
-	rm -f $(PROGRAM) .dependencies
+	rm -f .dependencies
 
 dep:
 	@$(CC) -MM *.c > .dependencies





More information about the coreboot mailing list