Added `tags' to makefile exclusions. Also, everything is indented now

per `make dist'.


git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@30 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Brett Carrington 2004-01-01 19:57:58 +00:00
parent 46295b2023
commit bbfc3bc507
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
VERSION = 1.3.10.1
NAME = dgamelaunch
exclusions = CVS .cvsignore
exclusions = CVS .cvsignore tags
ifndef optimize
optimize = -O0

View File

@ -338,9 +338,9 @@ inprogressmenu ()
exit (145);
else
*replacestr = '\0';
replacestr = strchr (ttyrecname, ':');
if (!replacestr)
exit (145);