Allan Rae wrote: > Try this patch instead if you really want to stick to obsoleted rule > types.
Obsoleted if you use gnu make. The only available methodology if you don't. > How nobody else has had a problem is a mystery. Indeed. Thanks for the investigation. I'll commit this to head. Jean-Marc, I'm leaving the country for two weeks tonight so may not have time to commit the attached patch to 1.3.x (after you Ok it ;-) Could I just leave it to you to review and apply? Angus
Index: status.13x =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/Attic/status.13x,v retrieving revision 1.1.2.213 diff -u -p -r1.1.2.213 status.13x --- status.13x 3 Nov 2004 11:54:18 -0000 1.1.2.213 +++ status.13x 5 Nov 2004 09:57:46 -0000 @@ -46,4 +46,6 @@ What's new * Configuration/Installation: +- Enable XForms frontend to build with picky versions of 'make'. + - Fix link error with some compiler/os combinations [bug 1702] Index: src/frontends/xforms/ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v retrieving revision 1.661.2.17 diff -u -p -r1.661.2.17 ChangeLog --- src/frontends/xforms/ChangeLog 21 Jun 2004 08:55:50 -0000 1.661.2.17 +++ src/frontends/xforms/ChangeLog 5 Nov 2004 09:57:47 -0000 @@ -1,3 +1,7 @@ +2004-11-05 Allan Rae <[EMAIL PROTECTED]> + + * forms/Makefile.am: s/SUFFIX/SUFFIXES/ rule. + 2004-06-21 J�rgen Spitzm�ller <[EMAIL PROTECTED]> * FormCitation.C: Don't allow incomplete input (fix bug 1617). 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.14.2.2 diff -u -p -r1.14.2.2 Makefile.am --- src/frontends/xforms/forms/Makefile.am 5 Dec 2003 11:08:11 -0000 1.14.2.2 +++ src/frontends/xforms/forms/Makefile.am 5 Nov 2004 09:57:47 -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
