On May 29, 2010, at 2:28 PM, Steven Bosscher <stevenb....@gmail.com> wrote: > This is the first patch of 3 planned, to move the C front end to its > own directory.
> This first patch moves all the code common to the C-family of front > ends to a new directory c-family/. You forgot to clean up the built bits?!: * Makefile.in (mostlyclean): Remove c-family objects. Index: Makefile.in =================================================================== --- Makefile.in (revision 204436) +++ Makefile.in (working copy) @@ -2970,7 +2970,7 @@ gpl.pod: gpl_v3.texi mostlyclean: lang.mostlyclean -rm -f $(MOSTLYCLEANFILES) - -rm -f *$(objext) + -rm -f *$(objext) c-family/*$(objext) -rm -f *$(coverageexts) # Delete build programs -rm -f build/*