diff options
| author | Roland McGrath <[email protected]> | 2005-08-13 09:19:34 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-08-13 09:19:34 +0000 |
| commit | ad11217601d90e4bb79e4305541e7ecd9ec13182 (patch) | |
| tree | 4722dce3497bd8e935e5dc2fe2caf0f90b966e07 /config | |
| parent | e40782135b18803f3df8b7ad5ffb5f2134c00bca (diff) | |
config/
2005-08-13 Roland McGrath <[email protected]>
* Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $.
Diffstat (limited to 'config')
| -rw-r--r-- | config/ChangeLog | 4 | ||||
| -rw-r--r-- | config/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 2250a041..43d44ac9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2005-08-13 Roland McGrath <[email protected]> + + * Makefile.am ($(srcdir)/elfutils.spec.in): Add missing $. + 2005-07-28 Roland McGrath <[email protected]> * elfutils.spec.in: Remove libdwfl.so from package. diff --git a/config/Makefile.am b/config/Makefile.am index 45a78deb..9c1ad572 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 | \ |
