From ad11217601d90e4bb79e4305541e7ecd9ec13182 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 13 Aug 2005 09:19:34 +0000 Subject: [PATCH] config/ 2005-08-13 Roland McGrath * Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $. --- config/ChangeLog | 4 ++++ config/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index 2250a0410..43d44ac93 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2005-08-13 Roland McGrath + + * Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $. + 2005-07-28 Roland McGrath * elfutils.spec.in: Remove libdwfl.so from package. diff --git a/config/Makefile.am b/config/Makefile.am index 45a78debd..9c1ad5721 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -23,7 +23,7 @@ $(srcdir)/elfutils.spec.in: $(top_srcdir)/NEWS date +'* %a %b %e %Y' | tr '[\n]' '[ ]' > $$tmpname; \ getent passwd "$$(whoami)" | \ awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \ - echo -n " <$(whoami)@redhat.com> " >> $$tmpname; \ + echo -n " <$$(whoami)@redhat.com> " >> $$tmpname; \ sed 's/Version \(.*\):$$/\1-1/;q' $(top_srcdir)/NEWS >> $$tmpname; \ sed '2,/^Version /p;d' $(top_srcdir)/NEWS | \ head -n -1 | \ -- 2.47.2