diff options
| author | Tassilo Horn | 2010-10-15 09:34:26 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2010-10-15 09:34:26 +0200 |
| commit | be98da0525705ce211757c27b13be25712dba04f (patch) | |
| tree | b288ce11ad0c827c44cf589288b8d578f6781add /src | |
| parent | 030158f32daaefe34476bbd0ec7156b46c2f3f2a (diff) | |
| download | emacs-be98da0525705ce211757c27b13be25712dba04f.tar.gz emacs-be98da0525705ce211757c27b13be25712dba04f.zip | |
Fix variable name typo in really-oldXMenu target.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-10-14 Damyan Pepper <damyanp@gmail.com> | 6 | 2010-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 | ||
| 662 | really-oldXMenu: | 662 | really-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 |