(svn r10171) -Add: simple support for ccache (--with-ccache).

This commit is contained in:
rubidium
2007-06-16 21:57:30 +00:00
parent e355b1e55a
commit ed441c8003
3 changed files with 42 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ depend:
clean:
$(E) '$(STAGE) Cleaning up language files'
$(Q)rm -f strgen.o table/strings.h $(STRGEN) $(LANGS) $(LANGS:%=$(BIN_DIR)/lang/%) lang/english.* $(ENDIAN_TARGETS)
$(Q)rm -f strgen.o string.o table/strings.h $(STRGEN) $(LANGS) $(LANGS:%=$(BIN_DIR)/lang/%) lang/english.* $(ENDIAN_TARGETS)
mrproper: clean