Uses the <build> rule of the Makefile when building in rpm.

This commit is contained in:
Jean-Paul Chaput 2011-02-02 14:29:43 +00:00
parent 65e658f12c
commit 4dd83fb9a0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Development files for the Coriolis 2 package.
CORIOLIS_TOP=%{coriolisTop}; export CORIOLIS_TOP
# Do build & install in one step, except for documentation.
make DESTDIR=%{buildroot} BUILD_DESTDIR=install.dir %{_smp_mflags} install
make DESTDIR=%{buildroot} BUILD_DESTDIR=install.dir %{_smp_mflags} build
%install