Re: BUILD PATCH: Support source file with .cc extension

2013-03-27 Thread Paolo Bonzini
Il 26/03/2013 21:48, Gabriel Dos Reis ha scritto: > > Hi Paolo, > > The patchlet below allows uses of source file with .cc extension. > > This comes out of work being done on the C++ front-end and has merit of > its own. OK to apply? > > Thanks, > > -- Gaby > > 2013-03-26 Gabriel Dos Reis

BUILD PATCH: Support source file with .cc extension

2013-03-26 Thread Gabriel Dos Reis
Hi Paolo, The patchlet below allows uses of source file with .cc extension. This comes out of work being done on the C++ front-end and has merit of its own. OK to apply? Thanks, -- Gaby 2013-03-26 Gabriel Dos Reis * Makefile.in (.SUFFIXES): Add .cc. (.c.o): Apply same rec