whoops. remove the backslash, too.

This commit is contained in:
Jim Meyering 2001-08-13 20:14:36 +00:00
parent 60a8a47a86
commit 33795311ba

View 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; \