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 <[EMAIL PROTECTED]>
Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>



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


-- 
coreboot mailing list
coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to