make -j ist noch kritisch

This commit is contained in:
Enno Rehling 2001-01-28 09:47:10 +00:00
parent 1840571d67
commit 9c50e278e5
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/* vi: set ts=2:
*
* $Id: laws.c,v 1.2 2001/01/26 16:19:39 enno Exp $
* $Id: laws.c,v 1.3 2001/01/28 09:47:10 enno Exp $
* Eressea PB(E)M host Copyright (C) 1998-2000
* Christian Schlittchen (corwin@amber.kn-bremen.de)
* Katja Zedel (katze@felidae.kn-bremen.de)
@ -1191,7 +1191,7 @@ set_name(region * r, unit * u, strlist * S)
}
sprintf(buf, "Monument %d", u->building->no);
if (u->building->type == &bt_monument
&& strcmp(u->building->name, buf) != NULL) {
&& !strcmp(u->building->name, buf)) {
cmistake(u, S->s, 29, MSG_EVENT);
break;
}

View File

@ -48,6 +48,6 @@ LIBS += $(LIBNAMES:%=-l%) -lm
# executable:
$(BUILD_DIR)/$(BINARY):: $(BUILD_DIR) $(OBJECTS) $(LIBRARIES)
$(BUILD_DIR)/$(BINARY):: subdirs-$(CONFIG) $(BUILD_DIR) $(OBJECTS)
$(LD) -o $@ $(OBJECTS) $(LDFLAGS)
$(INSTALL) $@ $(PUBLISH_DIR)/