Remove uneeded files.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2909 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-08-06 17:27:25 +00:00
parent c6fdd98296
commit 4014caa86e
5 changed files with 5 additions and 115 deletions

View file

@ -99,12 +99,8 @@ gnustep/base: FORCE
(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.
Foundation: FORCE
if [ -d Foundation ]; then \
rm -rf Foundation; \
fi
Foundation:
$(LN_S) $(srcdir)/include Foundation
# Creation of NSValue and NSNumber concrete classes from templates