mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-13 11:55:02 +08:00
whoops. remove the backslash, too.
This commit is contained in:
parent
60a8a47a86
commit
33795311ba
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user