In article <[EMAIL PROTECTED]>, Ulrich Mueller <[EMAIL PROTECTED]> writes:

> compilation of Emacs Unicode-2 fails under FreeBSD on Sparc (also
> sometimes under GNU/Linux on x86, for parallel make -j5) with the
> error message "temacs: Command not found".

> Below I include the configuration, the tail of the build log, and a
> patch that should fix the problem.
[...]

Thank you for the report.  I've just committed your fix.

---
Kenichi Handa
[EMAIL PROTECTED]


> --- src/Makefile.in   11 Jun 2007 00:57:42 -0000      1.279.2.44
> +++ src/Makefile.in   12 Jun 2007 22:34:23 -0000
> @@ -1000,7 +1000,7 @@
>  UNIDATA=${admindir}unidata/UnicodeData.txt
>  #endif
>  
> -${lispsource}international/charprop.el: ${UNIDATA}
> +${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA}
>       RUNEMACS="$(RUN_TEMACS)"; \
>       cd ${admindir}unidata; \
>       $(MAKE) $(MFLAGS) \


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to