On 21.01.2010 18:21, Stefan Reinauer wrote: > This patch fixes the use of CFLAGS and CPPFLAGS in the flashrom makefile > > Signed-off-by: Stefan Reinauer <[email protected]> > > > Index: Makefile > =================================================================== > --- Makefile (revision 877) > +++ Makefile (working copy) > @@ -221,7 +221,7 @@ > rm -f .dependencies .features .libdeps > > dep: > - @$(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies > + $(CC) $(CPPFLAGS) $(SVNDEF) -MM *.c > .dependencies > > strip: $(PROGRAM) > $(STRIP) $(STRIP_ARGS) $(PROGRAM) >
Was that chunk intentional? Regards, Carl-Daniel -- Developer quote of the year: "We are juggling too many chainsaws and flaming arrows and tigers." _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
