mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-27 18:50:47 +00:00
(gnustep/base): Fix typos.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1628 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6344664bf0
commit
7108c9147f
1 changed files with 2 additions and 2 deletions
|
@ -517,8 +517,8 @@ gnustep/base:
|
|||
if [ ! -r ./include/Collection.h ]; then \
|
||||
mkdir srcdir-include; \
|
||||
mkdir srcdir-include/gnustep; \
|
||||
ln -s $(srcdir)/include ./srcdir-include/gnustep/base; \
|
||||
ln -s $(srcdir)/include ./srcdir-include/Foundation; \
|
||||
(cd srcdir-include/gnustep; ln -s ../../$(srcdir)/include ./base) ; \
|
||||
(cd srcdir-include; ln -s ../$(srcdir)/include ./Foundation) ; \
|
||||
fi
|
||||
# This deletion is necessary, because the CVS repository contains
|
||||
# an emtpy `Foundation' directory that used to hold the OpenStep headers.
|
||||
|
|
Loading…
Reference in a new issue