changeset 3349:19471009c731

whoops. remove the backslash, too.
author Jim Meyering <jim@meyering.net>
date Mon, 13 Aug 2001 20:14:36 +0000
parents 04b412b06d37
children 0c95a308812a
files lib/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;							\