diff options
author | Tom Tromey <tromey@cygnus.com> | 1998-02-15 06:06:12 +0800 |
---|---|---|
committer | Tom Tromey <tromey@src.gnome.org> | 1998-02-15 06:06:12 +0800 |
commit | 1b06b7d2311be0f40cd5170130553065d64e1c4a (patch) | |
tree | b57ad3edc6a990ea0b5848b28241536a11e40c87 /macros/ChangeLog | |
parent | 8bd27da27373a135bbbed78a8361cabdbf1b0d9a (diff) | |
download | gsoc2013-evolution-1b06b7d2311be0f40cd5170130553065d64e1c4a.tar gsoc2013-evolution-1b06b7d2311be0f40cd5170130553065d64e1c4a.tar.gz gsoc2013-evolution-1b06b7d2311be0f40cd5170130553065d64e1c4a.tar.bz2 gsoc2013-evolution-1b06b7d2311be0f40cd5170130553065d64e1c4a.tar.lz gsoc2013-evolution-1b06b7d2311be0f40cd5170130553065d64e1c4a.tar.xz gsoc2013-evolution-1b06b7d2311be0f40cd5170130553065d64e1c4a.tar.zst gsoc2013-evolution-1b06b7d2311be0f40cd5170130553065d64e1c4a.zip |
Use single quotes, not double quotes. Otherwise bash will interpret
Sat Feb 14 12:45:35 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (macros.dep): Use single quotes, not double quotes.
Otherwise bash will interpret `$(...)' incorrectly.
(EXTRA_DIST): Include macros.dep in distribution.
svn path=/trunk/; revision=35
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index d04c66f6bb..c40333455d 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,9 @@ +Sat Feb 14 12:45:35 1998 Tom Tromey <tromey@cygnus.com> + + * Makefile.am (macros.dep): Use single quotes, not double quotes. + Otherwise bash will interpret `$(...)' incorrectly. + (EXTRA_DIST): Include macros.dep in distribution. + 1998-02-14 Raja R Harinath <harinath@cs.umn.edu> * Makefile.am (macros.dep): Put back doubled `$'. We want the |