From ff851b61cb3638141106905dcd65fd155eed5d8c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 19 Oct 2010 20:52:27 -0700 Subject: [PATCH] Fix src/Makefile.in comment typo from 2010-10-10T14:43:05Z!dann@ics.uci.edu. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 0d496aea73a..0437b0087aa 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -177,7 +177,7 @@ OLDXMENU_TARGET=@OLDXMENU_TARGET@ ## If !HAVE_X11 || USE_GTK, empty. ## Else if USE_X_TOOLKIT, $(lwlibdir)/liblw.a. -## Else $(oldxmenudir)/libXMenu11.a. +## Else $(oldXMenudir)/libXMenu11.a. ## (Actually, rather than being empty, it is set to "nothing". ## It is never actually used for anything in this case. ## This is done because there is a rule with target $(OLDXMENU) below, -- 2.39.5