]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
*** empty log message ***
authorTom Tromey <tromey@redhat.com>
Fri, 17 Nov 1995 23:32:43 +0000 (23:32 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 17 Nov 1995 23:32:43 +0000 (23:32 +0000)
automake.texi

index d0b50f51d1e14a2c9021165df24820cced34122c..6d883574b298a055432974e119ec5f1c65501876 100644 (file)
@@ -232,7 +232,7 @@ linked against the library @file{libcpio.a}.  However, @code{rmt} is
 built in the same directory, and has no such link requirement.  Thus:
 
 @example
-LDADD = ../lib/libcpio.a @INTLLIBS@
+LDADD = ../lib/libcpio.a @@INTLLIBS@@
 rmt_LDADD =
 @end example