# HG changeset patch # User Glenn Morris # Date 1287546747 25200 # Node ID 82b54d9bfc912afc2b59226b58eb3a97bb22bee3 # Parent 938faaa83cf153b64dcfeba063f7ff7bfdd2a2a6 Fix src/Makefile.in comment typo from r101897. diff -r 938faaa83cf1 -r 82b54d9bfc91 src/Makefile.in --- 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,