From: Alexandre Duret-Lutz Date: Thu, 20 Feb 2003 16:49:44 +0000 (+0000) Subject: * lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...) X-Git-Tag: Release-1-7-3b~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d180ac52517bc31177282aa985b6b43f3a605fa;p=thirdparty%2Fautomake.git * lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...) instead of ${...}. --- diff --git a/ChangeLog b/ChangeLog index 61cf6b3f7..eafdc48e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-02-20 Alexandre Duret-Lutz + * lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...) + instead of ${...}. + * tests/defs.in: Handle required=ro-dir. * tests/destdir.test: Use this. diff --git a/lib/am/texibuild.am b/lib/am/texibuild.am index af3dedfaa..00fecc5db 100644 --- a/lib/am/texibuild.am +++ b/lib/am/texibuild.am @@ -25,7 +25,7 @@ ## using --no-split), you'll be left with some dead info files lying ## around -- dead files which will end up in the distribution. ## *.iNN files are used on DJGPP. See the comments in install-info-am - @rm -f $@ $@-[0-9] $@-[0-9][0-9] ${@:.info=}.i[0-9] ${@:.info=}.i[0-9][0-9] + @rm -f $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9] ## It is wrong to have `info' files dependent on %DIRSTAMP%, because ## `info' files are distributed and %DIRSTAMP% isn't: a distributed file ## should never be dependent upon a non-distributed built file.