summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-12-10 18:24:35 +0000
committerbjarni <bjarni@openttd.org>2004-12-10 18:24:35 +0000
commit3caecf70897fdd05ce6e350950aa76afa7e23ce8 (patch)
treee75bb22c0174cd5ba2c5c7b988d6c8d1c6902cc6
parent13e8d01dcbc3c7573de1667d5c392d3640197890 (diff)
downloadopenttd-3caecf70897fdd05ce6e350950aa76afa7e23ce8.tar.xz
(svn r1010) Makefile: removed the outdated remove of ttd binary from make clean (should only be a check for openttd binary)
Tron forgot to credit Celestar for last commit (rev 1009)
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ed707de4e..9223dbba4 100644
--- a/Makefile
+++ b/Makefile
@@ -723,11 +723,9 @@ rev.c: FORCE
FORCE:
-# ttd$(EXE) is removed just to make sure people execute the right binary (openttd$(EXE))
-# remove this for next release!
clean:
@echo 'Cleaning up...'; \
- rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) endian.h $(ENDIAN_CHECK) ttd$(EXE)
+ rm -rf .deps *~ $(TTD) $(STRGEN) core table/strings.h $(LANGS) $(ttd_OBJS) endian.h $(ENDIAN_CHECK)
mrproper: clean
rm -rf $(MAKE_CONFIG)