diff --git a/fluidsynth.spec b/fluidsynth.spec index e4c7446..c2b45c4 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -71,14 +71,14 @@ pushd %{_target_platform} %define enable_jack on %endif -%{cmake} -Denable-ladspa=on -Denable-jack=%{enable_jack} .. +%cmake -Denable-ladspa=on -Denable-jack=%{enable_jack} .. popd # build fluidsynth -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} # build docs -make doxygen -C %{_target_platform}/doc +%make_build doxygen -C %{_target_platform}/doc %install