fix automake 1.6.3 error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9206 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-11-08 10:56:02 +00:00
parent cb15371de3
commit 53c1607808
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* forms/Makefile.am (SUFFIXES): use +=, since SUFFIXES is already
set in config/common.am
2004-11-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* XFormsToolbar.C (C_ToolbarCB, selected):

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