Mercurial > emacs
changeset 111000:f4924d5f36ac
Fix variable name typo in really-oldXMenu target.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Fri, 15 Oct 2010 09:34:26 +0200 |
parents | 9330a5183ae6 |
children | 5c0f2ce9d57f |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Oct 14 22:39:54 2010 +0000 +++ b/src/ChangeLog Fri Oct 15 09:34:26 2010 +0200 @@ -1,3 +1,8 @@ +2010-10-15 Tassilo Horn <tassilo@member.fsf.org> + + * Makefile.in (really-oldXMenu): Fix typo in variable name that + made building the X menu fail. + 2010-10-14 Damyan Pepper <damyanp@gmail.com> Fix handling of font properties on Windows (bug#6303).
--- a/src/Makefile.in Thu Oct 14 22:39:54 2010 +0000 +++ b/src/Makefile.in Fri Oct 15 09:34:26 2010 +0200 @@ -660,7 +660,7 @@ .PHONY: really-lwlib really-oldXMenu: - cd $(oldxmenudir); $(MAKE) $(MFLAGS) \ + cd $(oldxMenudir); $(MAKE) $(MFLAGS) \ CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' @true # make -t should not create really-oldXMenu. .PHONY: really-oldXMenu