Enable the XForms frontend to be compiled with picky versions of make.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9175 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-11-05 11:46:10 +00:00
parent 292e28b228
commit dd39c2d020
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-05 Allan Rae <rae@itee.uq.edu.au>
* forms/Makefile.am: s/SUFFIX/SUFFIXES/ rule.
2004-10-26 Angus Leeming <leeming@lyx.org>
* FormPreferences.[Ch]:

View File

@ -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
SUFFIX = .fd
SUFFIXES = .fd
.fd.C: $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
{ [ $(srcdir) != . ] && [ ! -r $(<F) ] && $(LN_S) $< . ; } || true