]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...)
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 20 Feb 2003 16:49:44 +0000 (16:49 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 20 Feb 2003 16:49:44 +0000 (16:49 +0000)
instead of ${...}.

ChangeLog
lib/am/texibuild.am

index 61cf6b3f79f6130a996f36414811a5b5fa4938e0..eafdc48e91c522d33035844733b330a6a1657102 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-02-20  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * lib/am/texibuild.am (%SOURCE_SUFFIX%%DEST_SUFFIX%): Use $(...)
+       instead of ${...}.
+
        * tests/defs.in: Handle required=ro-dir.
        * tests/destdir.test: Use this.
 
index af3dedfaacd7b4b8bc0dc9f2bd1498c31ac2f98f..00fecc5db26589c0cab3b6843cee684e39409a1f 100644 (file)
@@ -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.