Description: clean up all generated files in clean target The generated Makefile doesn't remove translations or the final binary, thus causing an FTBFS if built twice in a row. Author: Stuart Prescott --- Makefile.in | 1 + 1 file changed, 1 insertion(+) --- rosegarden.orig/Makefile.in +++ rosegarden/Makefile.in @@ -138,6 +138,7 @@ locale: $(TRANSLATIONSQM) clean: rm -f $(QSOURCES) $(UIHEADERS) $(UISOURCES) $(UIMOC) $(OBJECTS) $(LIBRARIES) $(EXECUTABLES) data/data.o data/data.cpp + rm -f $(TRANSLATIONSQM) rosegarden distclean: clean rm -rf autom4te.cache/