Mercurial > emacs
changeset 111060:82b54d9bfc91
Fix src/Makefile.in comment typo from r101897.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 19 Oct 2010 20:52:27 -0700 |
parents | 938faaa83cf1 |
children | f1c96313c1a4 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Wed Oct 20 00:44:28 2010 +0000 +++ b/src/Makefile.in Tue Oct 19 20:52:27 2010 -0700 @@ -177,7 +177,7 @@ ## 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,