From: Roland McGrath Date: Sat, 13 Aug 2005 09:19:34 +0000 (+0000) Subject: config/ X-Git-Tag: elfutils-0.120~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad11217601d90e4bb79e4305541e7ecd9ec13182;p=thirdparty%2Felfutils.git config/ 2005-08-13 Roland McGrath * Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $. --- 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 | \