Author: stuge
Date: 2008-06-22 04:00:39 +0200 (Sun, 22 Jun 2008)
New Revision: 3378

Modified:
   trunk/util/flashrom/Makefile
Log:
flashrom: Some Makefile cleaning

Signed-off-by: Peter Stuge <[EMAIL PROTECTED]>
Acked-by: Peter Stuge <[EMAIL PROTECTED]>


Modified: trunk/util/flashrom/Makefile
===================================================================
--- trunk/util/flashrom/Makefile        2008-06-21 04:39:17 UTC (rev 3377)
+++ trunk/util/flashrom/Makefile        2008-06-22 02:00:39 UTC (rev 3378)
@@ -46,11 +46,11 @@
        $(CC) -c $(CFLAGS) $(SVNDEF) $(CPPFLAGS) $< -o $@
 
 clean:
-       rm -f *.o *~
+       rm -f $(PROGRAM) *.o *~
 
 distclean: clean
-       rm -f $(PROGRAM) .dependencies
-       
+       rm -f .dependencies
+
 dep:
        @$(CC) -MM *.c > .dependencies
 
@@ -68,11 +68,10 @@
        @rm -f .test.c .test
 
 install: $(PROGRAM)
-       $(INSTALL) flashrom $(PREFIX)/sbin
+       $(INSTALL) $(PROGRAM) $(PREFIX)/sbin
        mkdir -p $(PREFIX)/share/man/man8
        $(INSTALL) $(PROGRAM).8 $(PREFIX)/share/man/man8
 
 .PHONY: all clean distclean dep pciutils
 
 -include .dependencies
-


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

Reply via email to