diff options
| author | Glenn Morris | 2010-10-19 20:52:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-19 20:52:27 -0700 |
| commit | ff851b61cb3638141106905dcd65fd155eed5d8c (patch) | |
| tree | 2e79f2277b04d2b9f146fae765e53d06d2152c3f | |
| parent | 9f47ba2d0f9f27031d57010354f8912711e6e561 (diff) | |
| download | emacs-ff851b61cb3638141106905dcd65fd155eed5d8c.tar.gz emacs-ff851b61cb3638141106905dcd65fd155eed5d8c.zip | |
Fix src/Makefile.in comment typo from 2010-10-10T14:43:05Z!dann@ics.uci.edu.
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ | |||
| 177 | 177 | ||
| 178 | ## If !HAVE_X11 || USE_GTK, empty. | 178 | ## If !HAVE_X11 || USE_GTK, empty. |
| 179 | ## Else if USE_X_TOOLKIT, $(lwlibdir)/liblw.a. | 179 | ## Else if USE_X_TOOLKIT, $(lwlibdir)/liblw.a. |
| 180 | ## Else $(oldxmenudir)/libXMenu11.a. | 180 | ## Else $(oldXMenudir)/libXMenu11.a. |
| 181 | ## (Actually, rather than being empty, it is set to "nothing". | 181 | ## (Actually, rather than being empty, it is set to "nothing". |
| 182 | ## It is never actually used for anything in this case. | 182 | ## It is never actually used for anything in this case. |
| 183 | ## This is done because there is a rule with target $(OLDXMENU) below, | 183 | ## This is done because there is a rule with target $(OLDXMENU) below, |