mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
nasm.spec.in: minor fixes
%setup needs -n to deal with the case when nasm_version != _version There is no standard %make macro, just use "make".
This commit is contained in:
parent
7b45fbb127
commit
441ad9d9b2
1 changed files with 2 additions and 2 deletions
|
|
@ -35,11 +35,11 @@ is sometimes used with the Netwide Assembler (NASM). These tools
|
|||
include linker, library manager, loader, and information dump.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -n nasm-%{nasm_version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make %{?_smp_mflags} everything
|
||||
make %{?_smp_mflags} everything
|
||||
|
||||
%install
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue