mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(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
This commit is contained in:
parent
b18987af6c
commit
f7d7053b71
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue