mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 05:29:10 +08:00
(copy-headers): Use $(srcdir) from this makefile, not the parent's.
From-SVN: r14477
This commit is contained in:
parent
799f426536
commit
4f286636c9
@ -73,7 +73,7 @@ copy-headers:
|
||||
-rm -fr $(incinstalldir)/objc
|
||||
-mkdir $(incinstalldir)/objc
|
||||
for file in $(OBJC_H); do \
|
||||
realfile=$(srcdir)/objc/$${file}; \
|
||||
realfile=$(srcdir)/$${file}; \
|
||||
cp $${realfile} $(incinstalldir)/objc; \
|
||||
chmod a+r $(incinstalldir)/objc/$${file}; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user