summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-23 18:58:53 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-23 18:58:53 -0700
commit3e019c9197fe37795a33a892ebc1ead2ecfa184c (patch)
treeca59d36c02cd6dbd2273814c079764838c51930c /Makefile.in
parent16ffec1864e1db49866ecd684ef98a2b2ba4cf3d (diff)
downloadnasm-3e019c9197fe37795a33a892ebc1ead2ecfa184c.tar.gz
nasm.spec: s/Build-Requires/BuildRequires/
Fix incorrectly spelled tag. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6a4010ef..aadd5678 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -421,7 +421,7 @@ spec: nasm.spec
ALLPERLSRC := $(shell find $(srcdir) -type f -name '*.p[lh]')
perlbreq.si: $(ALLPERLSRC)
- sed -n -r -e 's/^use[[:space:]]+([^[:space:];]+).*$$/Build-Requires: perl(\1)/p' $(ALLPERLSRC) | \
+ sed -n -r -e 's/^use[[:space:]]+([^[:space:];]+).*$$/BuildRequires: perl(\1)/p' $(ALLPERLSRC) | \
sed -r -e '/perl\((strict|warnings)\)/d' | \
sort | uniq > perlbreq.si || ( rm -f perlbreq.si ; false )