From 08e79ff4d257805419cc17681406bc4a2e2d6a2d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 27 Aug 1997 19:18:55 +0000 Subject: [PATCH] quoting fixlet --- ChangeLog | 3 +++ automake.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6caa8708..452ed85d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Wed Aug 27 12:56:50 1997 Tom Tromey + * automake.in (handle_yacc_lex_cxx): Quoting fixlet. From Kaveh + Ghazi. + * aclocal.in (write_aclocal): Print copyright and copying permissions. From RMS. * automake.in (initialize_global_constants): More copyright stuff diff --git a/automake.in b/automake.in index 7249ca00..9e7ed6cf 100755 --- a/automake.in +++ b/automake.in @@ -922,7 +922,7 @@ sub handle_yacc_lex_cxx { # Each _.c file must depend on ansi2knr; otherwise it # might be used in a parallel build before it is built. - $output_rules .= $base . "_.c: $base.c $(ANSI2KNR)\n\t" + $output_rules .= $base . "_.c: $base.c \$(ANSI2KNR)\n\t" . '$(ANSI2KNR) ' . $base . '.c ' . $base . "_.c\n"; push (@objects, $base . '_.o'); push (@objects, $base . '_.lo') if $seen_libtool; -- 2.43.5