mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Merge pull request #543 from fosslinux/gcc-depcomp
Fix depcomp being deleted in GCC
This commit is contained in:
commit
1452a8fd65
2 changed files with 2 additions and 2 deletions
|
|
@ -101,13 +101,12 @@ src_prepare() {
|
|||
|
||||
# Regenerate autotools
|
||||
# configure
|
||||
touch depcomp
|
||||
find . -name configure | sed 's:/configure::' | while read d; do
|
||||
pushd "${d}"
|
||||
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fiv
|
||||
popd
|
||||
done
|
||||
# Because GCC is stupid, copy depcomp back in
|
||||
cp "${PREFIX}/share/automake-1.15/depcomp" .
|
||||
# Makefile.in only
|
||||
BACK="${PWD}"
|
||||
find . -type d \
|
||||
|
|
|
|||
|
|
@ -138,6 +138,7 @@ src_prepare() {
|
|||
|
||||
# Regenerate autotools
|
||||
# configure
|
||||
touch depcomp
|
||||
find . -name configure | sed 's:/configure::' | while read d; do
|
||||
pushd "${d}"
|
||||
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fiv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue