summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpkg/deb/debian.module/rules.in4
-rw-r--r--pkg/rpm/unit.module.spec.in2
2 files changed, 2 insertions, 4 deletions
diff --git a/pkg/deb/debian.module/rules.in b/pkg/deb/debian.module/rules.in
index 299e3937..22e381fe 100755
--- a/pkg/deb/debian.module/rules.in
+++ b/pkg/deb/debian.module/rules.in
@@ -75,9 +75,9 @@ install: build
dh_installlogrotate
%%MODULE_PREINSTALL%%
cd $(BUILDDIR_unit) && \
- DESTDIR=$(INSTALLDIR) make all %%MODULE_INSTARGS%%
+ DESTDIR=$(INSTALLDIR) make %%MODULE_INSTARGS%%
cd $(BUILDDIR_unit_debug) && \
- DESTDIR=$(INSTALLDIR) make all %%MODULE_INSTARGS%%
+ DESTDIR=$(INSTALLDIR) make %%MODULE_INSTARGS%%
binary-indep: build install
dh_testdir
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in
index 42fd9e1c..03d4addb 100644
--- a/pkg/rpm/unit.module.spec.in
+++ b/pkg/rpm/unit.module.spec.in
@@ -55,7 +55,6 @@ tar --strip-components=1 -zxf %{SOURCE0}
--cc-opt="%{CC_OPT}" \
--debug
./configure %%MODULE_CONFARGS%%
-make all
make %%MODULE_MAKEARGS%%
%{__mv} build build-debug
./configure \
@@ -63,7 +62,6 @@ make %%MODULE_MAKEARGS%%
--modules=%{_libdir}/unit/modules \
--cc-opt="%{CC_OPT}"
./configure %%MODULE_CONFARGS%%
-make all
make %%MODULE_MAKEARGS%%
%{__mv} build build-nodebug