summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-08-29 19:56:40 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-08-29 19:56:40 +0000
commit2daf5e456a39d6d32bb68fa958809482395ac4af (patch)
treed1d057b2d27aa643a9012c8b1f6d97d58b09c9c6
parent828f00bee3f44b81728a1f56ff888550a42f4de5 (diff)
downloadnasm-2daf5e456a39d6d32bb68fa958809482395ac4af.tar.gz
Making the spec file part of dist is something for the Makefile, not
for the release script
-rw-r--r--Makefile.in2
-rwxr-xr-xmisc/release1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4c53b190..ae63cb93 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -159,7 +159,7 @@ everything: all doc rdf
install_everything: everything install install_doc install_rdf
-dist: spotless perlreq
+dist: spotless perlreq spec
autoconf
rm -rf ./autom4te*.cache
diff --git a/misc/release b/misc/release
index b62b135d..70997b8b 100755
--- a/misc/release
+++ b/misc/release
@@ -80,7 +80,6 @@ cd nasm
autoconf
./configure --prefix=/usr/local
make dist
-make spec
mv nasm.spec nasm-${version}.spec
cd ..