- Minifix Meldung BEN. FREMDES ...

- tags-Target. Beachtet dependencies noch nicht.
This commit is contained in:
Christian Schlittchen 2001-01-29 19:15:12 +00:00
parent ab7be457c2
commit 94ce3baa1b
2 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,9 @@ DEPEND = g++ -MM -MG -r
AR = ar
ARFLAGS = cr
CTAGS = ctags
CTAGSFLAGS = --langmap=c:.c.h
CC = gcc
CFLAGS = -I$(ERESSEA) -Wall -Wwrite-strings -Wstrict-prototypes \
-Wpointer-arith -Werror-implicit-function-declaration \
@ -78,6 +81,12 @@ depend::
$(DEPEND) $(CFLAGS) $(DEFINES) $(INCDIRS) $(SOURCES) >| .depend
endif
#
## Tags
#
tags:
@echo "Creating tags in `pwd`/tags";
$(CTAGS) $(CTAGSFLAGS) --recurse=yes -f $(ERESSEA)/tags $(ERESSEA)
PUBLISH_DIR = $(ERESSEA)/$(BUILD_DIR)

View File

@ -1,6 +1,6 @@
/* vi: set ts=2:
*
* $Id: laws.c,v 1.3 2001/01/28 09:47:10 enno Exp $
* $Id: laws.c,v 1.4 2001/01/29 19:15:12 corwin Exp $
* Eressea PB(E)M host Copyright (C) 1998-2000
* Christian Schlittchen (corwin@amber.kn-bremen.de)
* Katja Zedel (katze@felidae.kn-bremen.de)
@ -1277,7 +1277,7 @@ set_name(region * r, unit * u, strlist * S)
break;
}
if (!fval(u,FL_UNNAMED)) {
cmistake(u, S->s, 64, MSG_EVENT);
cmistake(u, S->s, 244, MSG_EVENT);
break;
}
if (cansee(u2->faction, r, u, 0)) {