From: Tassilo Horn Date: Fri, 15 Oct 2010 07:34:26 +0000 (+0200) Subject: Fix variable name typo in really-oldXMenu target. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be98da0525705ce211757c27b13be25712dba04f;p=emacs.git Fix variable name typo in really-oldXMenu target. --- diff --git a/src/ChangeLog b/src/ChangeLog index 938cc73e7c3..275f6fc1d75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-10-15 Tassilo Horn + + * Makefile.in (really-oldXMenu): Fix typo in variable name that + made building the X menu fail. + 2010-10-14 Damyan Pepper Fix handling of font properties on Windows (bug#6303). diff --git a/src/Makefile.in b/src/Makefile.in index 871806e8222..5acb65128e7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -660,7 +660,7 @@ really-lwlib: .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