how did this ever work ?

Original commit message from CVS:
how did this ever work ?
This commit is contained in:
Thomas Vander Stichele 2002-02-13 12:02:11 +00:00
parent 31e0d4943a
commit 7385989620

View file

@ -38,9 +38,9 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir
if [ "$SMP" != "" ]; then
(make "MAKE=make -k -j $SMP"; exit 0)
make 2> | tee make.log
make 2>&1 | tee make.log
else
make 2> | tee make.log
make 2>&1 | tee make.log
fi
%install