* gmake -> make (the stdenv gives us GNU make).
svn path=/nixpkgs/trunk/; revision=342
This commit is contained in:
parent
33555f6a4d
commit
f11574c91d
@ -5,5 +5,5 @@
|
||||
tar xvfz $src || exit 1
|
||||
cd SWIG-* || exit 1
|
||||
./configure --prefix=$out || exit 1
|
||||
gmake || exit 1
|
||||
gmake install || exit 1
|
||||
make || exit 1
|
||||
make install || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user