aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rw-r--r--src/Makefile.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 275f6fc1d75..4d5a0db9a97 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * Makefile.in (really-oldXMenu): Fix typo in variable name that 3 * Makefile.in (really-oldXMenu): Fix typo in variable name that
4 made building the X menu fail. 4 made building the X menu fail.
5 (really-oldXMenu): Fix my previous fix.
5 6
62010-10-14 Damyan Pepper <damyanp@gmail.com> 72010-10-14 Damyan Pepper <damyanp@gmail.com>
7 8
diff --git a/src/Makefile.in b/src/Makefile.in
index 5acb65128e7..0d496aea73a 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