aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 938cc73e7c3..275f6fc1d75 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-10-15 Tassilo Horn <tassilo@member.fsf.org>
2
3 * Makefile.in (really-oldXMenu): Fix typo in variable name that
4 made building the X menu fail.
5
12010-10-14 Damyan Pepper <damyanp@gmail.com> 62010-10-14 Damyan Pepper <damyanp@gmail.com>
2 7
3 Fix handling of font properties on Windows (bug#6303). 8 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:
660.PHONY: really-lwlib 660.PHONY: really-lwlib
661 661
662really-oldXMenu: 662really-oldXMenu:
663 cd $(oldxmenudir); $(MAKE) $(MFLAGS) \ 663 cd $(oldxMenudir); $(MAKE) $(MFLAGS) \
664 CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' 664 CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)'
665 @true # make -t should not create really-oldXMenu. 665 @true # make -t should not create really-oldXMenu.
666.PHONY: really-oldXMenu 666.PHONY: really-oldXMenu