(svn r1010) Makefile: removed the outdated remove of ttd binary from make clean (should only be a check for openttd binary)
authorbjarni
Fri, 10 Dec 2004 18:24:35 +0000
changeset 589 f719a093cd84
parent 588 1b60458bdc29
child 590 1033437d21ef
(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
--- a/Makefile	Fri Dec 10 18:16:08 2004 +0000
+++ b/Makefile	Fri Dec 10 18:24:35 2004 +0000
@@ -723,11 +723,9 @@
 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)