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

This commit is contained in:
rubidium
2007-06-16 21:57:30 +00:00
parent 9f01009b39
commit 03c1ecb17a
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