mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 11:19:58 +08:00
Makefile.in (install-plugin): Fix srcdir handling.
2009-05-06 Rafael Avila de Espindola <espindola@google.com> * Makefile.in (install-plugin): Fix srcdir handling. From-SVN: r147180
This commit is contained in:
parent
fff1894cd6
commit
9419a9fdc8
@ -1,3 +1,7 @@
|
||||
2009-05-06 Rafael Avila de Espindola <espindola@google.com>
|
||||
|
||||
* Makefile.in (install-plugin): Fix srcdir handling.
|
||||
|
||||
2009-05-06 Andrey Belevantsev <abel@ispras.ru>
|
||||
|
||||
* tree-ssa.c (execute_update_address_taken): Handle TARGET_MEM_REF
|
||||
|
@ -4020,8 +4020,9 @@ install-plugin: installdirs
|
||||
else continue; \
|
||||
fi; \
|
||||
case $$path in \
|
||||
"$(srcdir)"*/config/* | "$(srcdir)"*.def ) \
|
||||
base=`echo $$path | sed "s|$(srcdir)||"`;; \
|
||||
"$(srcdir)"*/config/* | "$(srcdir)"/*.def ) \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`; \
|
||||
base=`echo "$$path" | sed -e "s|$$srcdirstrip/||"`;; \
|
||||
*) base=`basename $$path` ;; \
|
||||
esac; \
|
||||
dest=$(plugin_includedir)/$$base; \
|
||||
|
Loading…
Reference in New Issue
Block a user