config.reuseaddr.c: There is no __MINGW__

GSIMap.h: Don't memcpy to/from a null pointer

Tools/GNUmakefile: Don't hardcode obj dir, use the makefile variable.

Added some svn ignore files.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22783 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Jeremy Bettis 2006-04-12 20:25:18 +00:00
parent 7d20644264
commit bc4fbce35e
3 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@ autogsdoc_AGSDOC_FILES = autogsdoc.m \
autogsdoc_DOC_INSTALL_DIR = Developer/Tools
# Use local version of autogsdoc in case it is not installed
AUTOGSDOC=./obj/autogsdoc
AUTOGSDOC=./$(GNUSTEP_OBJ_PREFIX)/autogsdoc
include Makefile.preamble