From c4585a39a0818a9259c4b8723f13c1241d34012b Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 20 Nov 1998 19:48:31 +0000 Subject: [PATCH] Improved installation - put gdomap in /etc/services git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3280 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.postamble | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/Source/Makefile.postamble b/Source/Makefile.postamble index 84e83f009..f01223ed2 100644 --- a/Source/Makefile.postamble +++ b/Source/Makefile.postamble @@ -53,6 +53,10 @@ after-install:: $(INSTALL_DATA) ./include/$$file \ $(GNUSTEP_HEADERS)/gnustep/base/$$file ; \ done + if ! ( fgrep -q gdomap /etc/services ); then \ + echo "gdomap 538/tcp # GNUstep distrib objects" >> /etc/services; \ + echo "gdomap 538/udp # GNUstep distrib objects" >> /etc/services; \ + fi # Things to do before uninstalling # before-uninstall:: @@ -188,13 +192,29 @@ include/o_map.h: include/o_map_bas.h include/o_map_cbs.h include/o_hash.h # # Files that include mframe.h will need a rebuild if it is changed. # -mframe.m NSConnection.m NSInvocation.m NSMethodSignature.m NSObjCRuntime.m : include/mframe.h +mframe.m NSConnection.m NSInvocation.m NSMethodSignature.m NSObjCRuntime.m \ + : include/mframe.h touch $@ # -# Files that include Fastmap.x will need a rebuild if it is changed. +# Files that include FastArray.x will need a rebuild if it is changed. # -NSArchiver.m NSGCountedSet.m NSGDictionary.m NSGSet.m : FastMap.x +NSUnarchiver.m \ + : FastArray.x + touch $@ + +# +# Files that include FastMap.x will need a rebuild if it is changed. +# +NSArchiver.m NSGCountedSet.m NSGDictionary.m NSGSet.m \ + : FastMap.x + touch $@ + +# +# Files that include FastArray.x and FastMap.x +# +NSSerializer.m \ + : FastArray.x FastMap.x touch $@ TAGS: $(DIST_FILES)