Fix header setup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7479 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-09-12 07:13:16 +00:00
parent b25888d4c1
commit 605b1c2dd0
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2000-09-12 Richard Frith-Macdonald <rfm@gnu.org>
* Makefile.postamble (header-links): Restore functionality on unix
lost in last change, also (for MINGW) copy header files to the
Source/Foundation directory in addition to Headers/Foundation.
* Source/NSConnection.m: Address problems reported by georg@ist.org ...
([-connectionWithRegisteredName:host:usingNameServer:]) avoid returning
local server connection - create new connection to it if necessary.

View file

@ -79,11 +79,16 @@ header-links: $(HEADER_LINK_DEPENDS)
-rm -f Headers/Foundation/*
-mkdir Headers/Foundation
cp -f Headers/gnustep/base/*.h Headers/Foundation
-rm -f Source/Foundation/*
-mkdir Source/Foundation
cp -f Headers/gnustep/base/*.h Source/Foundation
else
header-links: $(HEADER_LINK_DEPENDS)
-rm -f Headers/Foundation
-rm -f Source/Foundation
$(LN_S) gnustep/base Headers/Foundation
$(LN_S) ../Headers/gnustep/base Source/Foundation
endif
configure: configure.in