I'm trying to compile lyx-1.3.x cvs and found I need the following
change in order to avoid errors from make-3.79.1 which say it doesn't
know how to make .C files.

BTW, I'm not subscribed so please CC me as I don't get much time to
check the archive. Oh and I've looked at 1.4.0cvs and am very
impressed although I haven't got time at present to fix bugs there.
Still got a thesis to finish writing up.  Just a few months to go now.

Cheers,
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 4 Nov 2004 04:02:06 -0000
@@ -59,5 +59,5 @@ $(libfdesign_la_SOURCES): $(srcdir)/fdfi

 libfdesign.la: $(libfdesign_la_OBJECTS) $(libfdesign_la_DEPENDENCIES)

-.fd.C:
+%.C:   %.fd
        $(SHELL) $(SCRIPT) $<

Reply via email to