From f6e8b6edcc34ace3d2486d603761bb0c2793a7fb Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 2 Sep 1996 13:40:50 +0000 Subject: [PATCH] (install): Make a soft link from `$(includedir)/gnustep/base' to `$(includedir)/objc' the same way we do for `$(includedir)/Foundation'. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1665 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Makefile.in b/Source/Makefile.in index 83b1f96e3..a9786c971 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -552,6 +552,7 @@ install: installdirs all done $(INSTALL_DATA) include/config.h $(includedir)/gnustep/base/config.h cd $(includedir); rm -f Foundation; ln -s ./gnustep/base ./Foundation + cd $(includedir); rm -f objc; ln -s ./gnustep/base ./objc cd $(includedir)/objc; rm -f README; ln -s ../include/README . installdirs: