]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix variable name typo in really-oldXMenu target.
authorTassilo Horn <tassilo@member.fsf.org>
Fri, 15 Oct 2010 07:34:26 +0000 (09:34 +0200)
committerTassilo Horn <tassilo@member.fsf.org>
Fri, 15 Oct 2010 07:34:26 +0000 (09:34 +0200)
src/ChangeLog
src/Makefile.in

index 938cc73e7c3afb6198a70843020f377e1a119446..275f6fc1d7544714dfdc6bc06fce8b45c47f7ba9 100644 (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).
index 871806e82227dc356cf12921ee30727f613c394d..5acb65128e771cb20b22476bf4665f417d22b7e4 100644 (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