mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 04:47:34 +00:00
Fix variable name typo in really-oldXMenu target.
This commit is contained in:
parent
030158f32d
commit
be98da0525
2 changed files with 6 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue