(svn r22147) -Fix: remove all generated .o files in objs/lang upon clean

This commit is contained in:
rubidium 2011-02-26 17:59:36 +00:00
parent ae6dca77e5
commit f6b7a1d06b
1 changed files with 1 additions and 1 deletions

View File

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