fixup to build apple-apple-apple

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32738 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-03-29 13:24:58 +00:00
parent 7aee0158bc
commit 7f85481fda

View file

@ -137,3 +137,20 @@ before-uninstall::
# after-check::
#
# If building with the Apple Foundation, we don't include the base 'Headers'
# directory in the includes path, but we need the additions headers so we
# link to them from the current directory.
#
ifeq ($(FOUNDATION_LIB),apple)
before-all::
rm -f GNUstepBase
ln -s ../Headers/GNUstepBase GNUstepBase
after-clean::
rm -f GNUstepBase
endif