From 88cdb99ff7de6de3856f65967bf8538992f36d15 Mon Sep 17 00:00:00 2001 From: bjarni Date: Fri, 10 Dec 2004 18:24:35 +0000 Subject: [PATCH] (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) --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ed707de4e9..9223dbba46 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)