mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
c9212db1d6
commit
49e577f027
5 changed files with 219 additions and 262 deletions
|
@ -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 ; \
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue