From: Jim Meyering Date: Mon, 13 Aug 2001 20:14:36 +0000 (+0000) Subject: whoops. remove the backslash, too. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8637729886575f83f0bc7c59f6e6983d564d7057;p=pspp 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; \