Mercurial > emacs
comparison src/Makefile.in @ 111000:f4924d5f36ac
Fix variable name typo in really-oldXMenu target.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Fri, 15 Oct 2010 09:34:26 +0200 |
parents | 815b78211543 |
children | 5c0f2ce9d57f |
comparison
equal
deleted
inserted
replaced
110999:9330a5183ae6 | 111000:f4924d5f36ac |
---|---|
658 CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' | 658 CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' |
659 @true # make -t should not create really-lwlib. | 659 @true # make -t should not create 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 |
667 | 667 |
668 ## We do not really need this when OLDXMENU_DEPS is empty, but as | 668 ## We do not really need this when OLDXMENU_DEPS is empty, but as |