Fix typo in configure, remove spurious install of headers

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-01-29 22:27:10 +00:00
parent c9212db1d6
commit 49e577f027
5 changed files with 219 additions and 262 deletions

View file

@ -49,10 +49,6 @@ before-all:: $(GENERATED_HFILES)
# Unfortunately the way the header files are placed in relationship
# to the source we must install the GNU header manually
after-install::
for file in $(BASE_HEADERS); do \
$(INSTALL_DATA) ../Headers/gnustep/base/$$file \
$(GNUSTEP_HEADERS)/gnustep/Foundation/$$file ; \
done
for file in $(GNU_HEADERS); do \
$(INSTALL_DATA) ../Headers/gnustep/base/$$file \
$(GNUSTEP_HEADERS)/gnustep/base/$$file ; \

View file

@ -71,7 +71,6 @@ endif
# Additional directories to be created during installation
ADDITIONAL_INSTALL_DIRS = $(GNUSTEP_HEADERS)/gnustep/base \
$(GNUSTEP_HEADERS)/gnustep/Foundation \
$(GNUSTEP_HEADERS)/gnustep/unicode \
$(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)