]> git.lyx.org Git - features.git/commitdiff
fix automake 1.6.3 error
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Nov 2004 10:56:02 +0000 (10:56 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 8 Nov 2004 10:56:02 +0000 (10:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9206 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/forms/Makefile.am

index cd8e36b08d295b03ec61d52674a926a3164c742d..47019c1b0988f2b40b9ac0ff32ba0b28d2f0a2e1 100644 (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): 
index 7bcbe464dc6151952431ca60e1ee13fd3fbc316b..a562a818dce5c0bde54f8e45b8965452db19a82a 100644 (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