On 1/22/10 3:49 AM, Carl-Daniel Hailfinger wrote: > 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? >
No. Sorry for that. r880 _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
