[EMAIL PROTECTED] wrote:
> 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
> +
>   
Sorry, I don't like this ... it's not cleaning up but changing the
behavior.


-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED]  • http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866


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

Reply via email to