From: Paul Eggert Date: Sun, 17 Oct 2004 17:50:25 +0000 (+0000) Subject: (func_emit_lib_Makefile_am): Fix typo: a $ was X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f8e11f22719858e497d374409f0e6dbd0298a9;p=pspp (func_emit_lib_Makefile_am): Fix typo: a $ was missing. Problem reported by James Youngman. --- diff --git a/gnulib-tool b/gnulib-tool index a07442db9e..2d992bc9eb 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2004-10-15 22:57:10 $' +cvsdatestamp='$Date: 2004-10-17 17:50:25 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -457,7 +457,7 @@ func_emit_lib_Makefile_am () { func_get_automake_snippet "$module" | sed -e "s,lib_SOURCES,${libname}_${libext}_SOURCES,g" -e "s,lib_OBJECTS,${libname}_${libext}_OBJECTS,g" if test "$module" = 'alloca'; then - echo "${libname}_${libext}_LIBADD += @{perhapsLT}ALLOCA@" + echo "${libname}_${libext}_LIBADD += @${perhapsLT}ALLOCA@" fi } > amsnippet.tmp # Skip the contents if its entirely empty.