diff options
author | rubidium <rubidium@openttd.org> | 2011-02-26 17:59:36 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-02-26 17:59:36 +0000 |
commit | f6b7a1d06b9b475e5075f049f7569c5a2e9b9e8f (patch) | |
tree | bd9a8ff6cb4e734a53548a512c5796ed846f87b4 | |
parent | ae6dca77e5f4028bb07b82ec5cf2e6a27d488a26 (diff) | |
download | openttd-f6b7a1d06b9b475e5075f049f7569c5a2e9b9e8f.tar.xz |
(svn r22147) -Fix: remove all generated .o files in objs/lang upon clean
-rw-r--r-- | Makefile.lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.lang.in b/Makefile.lang.in index 9ef97586d..a04057196 100644 --- a/Makefile.lang.in +++ b/Makefile.lang.in @@ -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 |