mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
(install): Remove README links before relinking.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@525 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4bdc02ebc9
commit
99c4a50322
1 changed files with 2 additions and 2 deletions
|
@ -413,8 +413,8 @@ install: installdirs all
|
|||
for file in $(HEADERS_INSTALL); do \
|
||||
$(INSTALL_DATA) $$file $(includedir)/$$file ; \
|
||||
done
|
||||
cd $(includedir)/Foundation; ln -s ../objects/README .
|
||||
cd $(includedir)/objc; ln -s ../objects/README .
|
||||
cd $(includedir)/Foundation; rm -f README; ln -s ../objects/README .
|
||||
cd $(includedir)/objc; rm -f README; ln -s ../objects/README .
|
||||
|
||||
installdirs:
|
||||
$(srcdir)/../mkinstalldirs \
|
||||
|
|
Loading…
Reference in a new issue