diff --git a/autogen.sh b/autogen.sh index 206c7b85..efa70cb9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,5 +3,4 @@ #automake_version=1.9 rm -rf configure autom4te.cache -autoreconf --verbose --force --install --make - +autoreconf --verbose --force --install diff --git a/rpm/scratchbox2.spec b/rpm/scratchbox2.spec index 1299ff3a..04835e62 100644 --- a/rpm/scratchbox2.spec +++ b/rpm/scratchbox2.spec @@ -42,8 +42,7 @@ Scratchbox2 man pages. ./autogen.sh %configure touch .configure -# Can't use %{?_smp_mflags} here: race condition in build system -%{__make} %{_make_output_sync} %{_make_verbose} +%make_build %install %__make install prefix=%{buildroot}/usr