diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-13 19:42:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-13 19:42:16 +0300 |
commit | 91a0b8f7e497be66225e0e24679bb515daefe7cf (patch) | |
tree | fa7e5b0306cbb60e5854fdc33dfd66b3aacb5579 /bmake | |
parent | 685f380c622178ec8dea189ae94e1a4513f3c9f3 (diff) | |
download | plus-91a0b8f7e497be66225e0e24679bb515daefe7cf.tar.gz plus-91a0b8f7e497be66225e0e24679bb515daefe7cf.tar.bz2 plus-91a0b8f7e497be66225e0e24679bb515daefe7cf.tar.xz plus-91a0b8f7e497be66225e0e24679bb515daefe7cf.zip |
Remove tabs from make scripts.
Diffstat (limited to 'bmake')
-rwxr-xr-x | bmake | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,9 +36,9 @@ export CXXFLAGS="-Wunreachable-code -Wmissing-field-initializers \ autoreconf -i ./configure --prefix=$dir/run \ - --datadir=$dir/run/share/games \ - --bindir=$dir/run/bin \ - --mandir=$dir/run/share/man +--datadir=$dir/run/share/games \ +--bindir=$dir/run/bin \ +--mandir=$dir/run/share/man cd po #make -j5 update-po 2>../make1.log |