From 3e7269d91f2633dcd3542421c2db3071640bc3bb Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 19 Sep 2005 09:36:42 +0000 Subject: [PATCH] (newsticker.dvi): Fix erroneous use of curly brackets on macro `srcdir'. --- man/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/makefile.w32-in b/man/makefile.w32-in index 45881cee10c..df5d4c4521e 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in @@ -329,7 +329,7 @@ url.dvi: url.texi $(infodir)/newsticker: newsticker.texi $(MAKEINFO) newsticker.texi newsticker.dvi: newsticker.texi - $(ENVADD) $(TEXI2DVI) ${srcdir}/newsticker.texi + $(ENVADD) $(TEXI2DVI) $(srcdir)/newsticker.texi mostlyclean: - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* -- 2.39.5