Fixed gcc: used prefix and patched the spaces instead of tab
This commit is contained in:
parent
142e059b82
commit
a6eccfa40e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ prepare:
|
||||||
gcc:
|
gcc:
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
./configure --prefix=/usr --enable-languages=c,c++,d,fortran,go,objc,obj-c++
|
./configure --prefix=${PREFIX}/usr --enable-languages=c,c++,d,fortran,go,objc,obj-c++
|
||||||
install:
|
install:
|
||||||
make install DESTDIR="${PREFIX}"
|
make install DESTDIR="${PREFIX}"
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
Loading…
Reference in a new issue