summaryrefslogtreecommitdiff
path: root/Makefile.src.in
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2012-02-07 10:09:09 +0000
committermatthijs <matthijs@openttd.org>2012-02-07 10:09:09 +0000
commitcf58d5d12cf1d3e90159cd9ee51a8ce0ccfbcb54 (patch)
tree1b10d5f674dbe1f48557535be1bd80391f584967 /Makefile.src.in
parent1d937e85813611cb8d5023e082d8ad561e448208 (diff)
downloadopenttd-cf58d5d12cf1d3e90159cd9ee51a8ce0ccfbcb54.tar.xz
(svn r23908) -Fix (r22910): [Makefile] Make sure bin/baseset/openttd.32.bmp is removed on make clean.
Diffstat (limited to 'Makefile.src.in')
-rw-r--r--Makefile.src.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.src.in b/Makefile.src.in
index 572ae11f0..df515e03a 100644
--- a/Makefile.src.in
+++ b/Makefile.src.in
@@ -292,7 +292,7 @@ depend: $(DEPS)
clean:
$(E) '$(STAGE) Cleaning up object files'
- $(Q)rm -f $(DEPS) $(OBJS) $(TTD) $(DEPEND) $(TTD:%=$(BIN_DIR)/%) $(CONFIG_CACHE_COMPILER) $(CONFIG_CACHE_LINKER) $(CONFIG_CACHE_ENDIAN) $(CONFIG_CACHE_SOURCE) $(ENDIAN_TARGETS)
+ $(Q)rm -f $(DEPS) $(OBJS) $(TTD) $(DEPEND) $(TTD:%=$(BIN_DIR)/%) $(BIN_DIR)/baseset/openttd.32.bmp $(CONFIG_CACHE_COMPILER) $(CONFIG_CACHE_LINKER) $(CONFIG_CACHE_ENDIAN) $(CONFIG_CACHE_SOURCE) $(ENDIAN_TARGETS)
mrproper: clean
$(Q)rm -f $(SRC_DIR)/rev.cpp $(SRC_DIR)/os/windows/ottdres.rc