From 1b06b7d2311be0f40cd5170130553065d64e1c4a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 14 Feb 1998 22:06:12 +0000 Subject: Use single quotes, not double quotes. Otherwise bash will interpret Sat Feb 14 12:45:35 1998 Tom Tromey * 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 --- macros/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'macros/ChangeLog') 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 + + * 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 * Makefile.am (macros.dep): Put back doubled `$'. We want the -- cgit