mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
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:
parent
292e28b228
commit
dd39c2d020
@ -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]:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user