Fix variable name typo in really-oldXMenu target.

This commit is contained in:
Tassilo Horn 2010-10-15 09:34:26 +02:00
parent 030158f32d
commit be98da0525
2 changed files with 6 additions and 1 deletions

View file

@ -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).

View file

@ -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