mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
cb15371de3
commit
53c1607808
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user