From 8637729886575f83f0bc7c59f6e6983d564d7057 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 13 Aug 2001 20:14:36 +0000 Subject: [PATCH] whoops. remove the backslash, too. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.30.2