Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Automake 1.6.3 is not happy of setting SUFFIXES twice (once in | config/common.am and once in src/frontends/xforms/forms/Makefile.am) | and I need the following patch to build. > | OK? > | JMarc > > | Index: src/frontends/xforms/forms/Makefile.am | =================================================================== | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/forms/Makefile.am,v | retrieving revision 1.35 | diff -u -p -r1.35 Makefile.am | --- src/frontends/xforms/forms/Makefile.am 5 Nov 2004 11:46:10 -0000 1.35 | +++ src/frontends/xforms/forms/Makefile.am 8 Nov 2004 10:08:03 -0000 | @@ -62,7 +62,7 @@ libfdesign_la_LINK = touch libfdesign.la | # These are used to generate the .[Ch] files from the .fd ones. | SHELL = /bin/sh | SCRIPT = $(srcdir)/fdfix.sh | -SUFFIXES = .fd | +SUFFIXES += .fd
Certainly? What do we set hte SUFFIXES in common.am for? -- Lgb