summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorYonggang Luo <[email protected]>2022-09-20 16:43:01 +0800
committerMark Wielaard <[email protected]>2022-10-31 13:55:27 +0100
commit5d8cd51a460fc29f35a016836c39fcea6bf59fb0 (patch)
tree834b9059a612f1a4b698ab99218732153d5472d2 /Makefile.am
parent1dae823985b7336e58a568c00cc5c20c840db9e0 (diff)
Rename 'hello{2,3}.spec.' -> 'hello{2,3}.specfile'
These filenames are invalid on win32. We don't want to include multiple .spec files for make rpm. rpmbuild --sign is not supported anymore. Also include hello3.specfile in EXTRA_DIST. Escape some macros in the elfutils.spec.in file comments. Signed-off-by: Yonggang Luo <[email protected]> Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8643312a..e92e05c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,7 @@ distcheck-hook:
chmod -R u+w $(distdir)
rpm: dist
- rpmbuild -ts --sign elfutils-@[email protected]
+ rpmbuild -ts elfutils-@[email protected]
if GCOV