bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7220: [build] target really-oldXMenu doesn't work


From: Tassilo Horn
Subject: bug#7220: [build] target really-oldXMenu doesn't work
Date: Fri, 15 Oct 2010 09:49:06 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Regis <xu.regis@gmail.com> writes:

Hi Regis,

> After investigation, I found that variable name $(oldxmenudir) in
> src/Makefile.in should be $(oldXMenudir), following patch works well for
> me:
>
> Index: src/Makefile.in
> =====================================================================
> --- src/Makefile.in
> +++ src/Makefile.in
> @@ -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

I've applied the patch and the build works again for me, too.  I'm
closing that report.

Thanks,
Tassilo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]