From: Jim Meyering Date: Mon, 13 Aug 2001 20:14:36 +0000 (+0000) Subject: whoops. remove the backslash, too. X-Git-Tag: TEXTUTILS-2_0_15~419 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=33795311baf10884d9e6423629f67a2b4483fc44;p=thirdparty%2Fcoreutils.git whoops. remove the backslash, too. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 6b1c76c5b7..3e1cc2bded 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -183,7 +183,7 @@ unlocked-io.h: $(srcdir)/unlocked-io.hin Makefile.am echo "# define $$f(S) $${f}_unlocked (S)" ; \ echo '# endif' ; \ done > $$tmp; \ - sed '/^@replace_this@\$$/r '$$tmp $(srcdir)/unlocked-io.hin \ + sed '/^@replace_this@$$/r '$$tmp $(srcdir)/unlocked-io.hin \ | sed '/^@replace_this@$$/d' \ > $@t; \ rm -f $$tmp; \