>>>>> "Yves" == Yves Capdeboscq <[EMAIL PROTECTED]> writes:

Yves> Btw, in lyx-1.1.6pre2.tar.gz there is a typo in Makefile.in,

Yves> POTFILE_IN_DEPS := $(shell find $(top_srcdir)/src -name
Yves> Makefile.am)

Yves> should be

Yves> POTFILE_IN_DEPS = $(shell find $(top_srcdir)/src -name
Yves> Makefile.am)

No, this is a GNU expansion meaning that the variable is expanded at
definition time (and not when used). The idea is to avoid running find
several times, I guess.

In fact, GNU make is needed to compile lyx.

JMarc

Reply via email to