# HG changeset patch # User Jim Meyering # Date 997733676 0 # Node ID 19471009c7319fc3e27ad51ba17a268417f0480c # Parent 04b412b06d370490e3e01eeb56bce4987129b026 whoops. remove the backslash, too. diff --git a/lib/Makefile.am b/lib/Makefile.am --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -183,7 +183,7 @@ 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; \