diff options
Diffstat (limited to 'pkg/rpm/unit.module.spec.in')
-rw-r--r-- | pkg/rpm/unit.module.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in index 03d4addb..42fd9e1c 100644 --- a/pkg/rpm/unit.module.spec.in +++ b/pkg/rpm/unit.module.spec.in @@ -55,6 +55,7 @@ tar --strip-components=1 -zxf %{SOURCE0} --cc-opt="%{CC_OPT}" \ --debug ./configure %%MODULE_CONFARGS%% +make all make %%MODULE_MAKEARGS%% %{__mv} build build-debug ./configure \ @@ -62,6 +63,7 @@ make %%MODULE_MAKEARGS%% --modules=%{_libdir}/unit/modules \ --cc-opt="%{CC_OPT}" ./configure %%MODULE_CONFARGS%% +make all make %%MODULE_MAKEARGS%% %{__mv} build build-nodebug |