Try this patch instead if you really want to stick to obsoleted rule types. How nobody else has had a problem is a mystery.
Allan. (ARRae) Index: Makefile.am =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/forms/Makefile.am,v retrieving revision 1.14.2.2 diff -u -p -r1.14.2.2 Makefile.am --- Makefile.am 5 Dec 2003 11:08:11 -0000 1.14.2.2 +++ Makefile.am 5 Nov 2004 06:26:04 -0000 @@ -52,7 +52,7 @@ libfdesign_la_SOURCES = $(SRCS:.fd=.C) $ # These are used to generate the .[Ch] files from the .fd ones. SHELL = /bin/sh SCRIPT = $(srcdir)/fdfix.sh -SUFFIX = .fd +SUFFIXES = .fd # Make the .Ch files dependent on the fdfix files. $(libfdesign_la_SOURCES): $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed
