summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-13 20:14:36 +0000
committerJim Meyering <jim@meyering.net>2001-08-13 20:14:36 +0000
commit33795311baf10884d9e6423629f67a2b4483fc44 (patch)
tree77a86227e410e023d7d5cb0a75ec79a6f25385e4 /lib/Makefile.am
parent60a8a47a86fd9f9c81ec87e56b26568e9f1feda7 (diff)
downloadcoreutils-33795311baf10884d9e6423629f67a2b4483fc44.tar.xz
whoops. remove the backslash, too.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6b1c76c5b..3e1cc2bde 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; \