Fixed gcc: used prefix and patched the spaces instead of tab

This commit is contained in:
Ohio2 2021-07-01 00:52:50 +02:00
parent 142e059b82
commit a6eccfa40e

View file

@ -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: