projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f47ba2
)
Fix src/Makefile.in comment typo from 2010-10-10T14:43:05Z!dann@ics.uci.edu.
author
Glenn Morris
<rgm@gnu.org>
Wed, 20 Oct 2010 03:52:27 +0000
(20:52 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 20 Oct 2010 03:52:27 +0000
(20:52 -0700)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 0d496aea73a9dd51c4aa9b54a8ff77c8107fa449..0437b0087aa8a77952803ca9b03d45e4f31052e8 100644
(file)
--- 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 $(old
xm
enudir)/libXMenu11.a.
+## Else $(old
XM
enudir)/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,