On Sat, 5 May 2001, Frank Naumann wrote:
> So i type in make and get the following error
> Making all in po
> make[1]: Entering directory `/daten/installs/src/lyx-1.1.6fix1/po'
> make[1]: *** No rule to make target `../lib/layouts/*.layout',
> needed by `../src/ext_l10n.h'.  Stop.

Are you using Sun's make or GNU make?

Hmmm... This should just be doing a shell expansion of the *.layout to all
the layout files.

What happens if you move the dependencies from that line to a variable
like this:

ext_l10n_deps=...
$(top_srcdir)/src/ext_l10n.h: $(ext_l10n_deps)

Allan. (ARRae)

Reply via email to