fixup for apple

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-03-29 11:07:14 +00:00
parent 4918e76599
commit afb3405c5d

View file

@ -0,0 +1,14 @@
ifeq ($(FOUNDATION_LIB),apple)
# Things to do before compiling
before-all::
rm -f GNUstepBase
ln -s ../../Headers/GNUstepBase GNUstepBase
# Things to do after cleaning
after-clean::
rm -f GNUstepBase
endif