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:
parent
46295b2023
commit
bbfc3bc507
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
VERSION = 1.3.10.1
|
||||
NAME = dgamelaunch
|
||||
exclusions = CVS .cvsignore
|
||||
exclusions = CVS .cvsignore tags
|
||||
|
||||
ifndef optimize
|
||||
optimize = -O0
|
||||
|
|
|
@ -338,9 +338,9 @@ inprogressmenu ()
|
|||
exit (145);
|
||||
else
|
||||
*replacestr = '\0';
|
||||
|
||||
|
||||
replacestr = strchr (ttyrecname, ':');
|
||||
|
||||
|
||||
if (!replacestr)
|
||||
exit (145);
|
||||
|
||||
|
|
Loading…
Reference in New Issue