whoops. remove the backslash, too.
authorJim Meyering <jim@meyering.net>
Mon, 13 Aug 2001 20:14:36 +0000 (20:14 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 13 Aug 2001 20:14:36 +0000 (20:14 +0000)
lib/Makefile.am

index 6b1c76c5b795319ffeeb6a079fb47ba2a68db8ce..3e1cc2bded31104af0c81fc905aea159ab62bbe7 100644 (file)
@@ -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;                                                    \