]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
config/
authorRoland McGrath <roland@redhat.com>
Sat, 13 Aug 2005 09:19:34 +0000 (09:19 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 13 Aug 2005 09:19:34 +0000 (09:19 +0000)
2005-08-13  Roland McGrath  <roland@redhat.com>

* Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $.

config/ChangeLog
config/Makefile.am

index 2250a0410b650f87214b55e221c2557551d8b5fe..43d44ac9317ec70020d97305430556916159ffb7 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-13  Roland McGrath  <roland@redhat.com>
+
+       * Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $.
+
 2005-07-28  Roland McGrath  <roland@redhat.com>
 
        * elfutils.spec.in: Remove libdwfl.so from package.
index 45a78debd0f03f925c47dac049cd28e8967bcb35..9c1ad57212209f0a380fcee406e2e81150b392e6 100644 (file)
@@ -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 | \