From aad6a8333e0d119c5eb824999cefd164bd2d2dc1 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 14 Jul 2006 14:26:11 +0000 Subject: 2006-07-13 Daniel Jacobowitz * Makefile.am (DOCBOOK2RTF): Fix typo. * Makefile.in: Regenerated. * lib/libgloss.exp (process_multilib_options): Use -- to handle options starting with hyphens. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bf79264..5a72019 100644 --- a/Makefile.am +++ b/Makefile.am @@ -204,7 +204,7 @@ dist_man_MANS = doc/runtest.1 info_TEXINFOS = doc/dejagnu.texi DOCBOOK2PDF = @DOCBOOK2PDF@ -DOCBOOK2RTF= = @DOCBOOK2RTF@ +DOCBOOK2RTF = @DOCBOOK2RTF@ DOCBOOK2PS = @DOCBOOK2PS@ DOCBOOK2HTML = @DOCBOOK2HTML@ DOCBOOK2TEXI = @DOCBOOK2TEXI@ -- cgit v1.1