Mercurial > hg > octave-kai > gnulib-hg
changeset 1638:d99a03efa38e
add parens, s/|/;/
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 12 Jan 1999 17:40:08 +0000 |
parents | 512738a8b007 |
children | 8abde80bdda3 |
files | m4/Makefile.am.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/m4/Makefile.am.in +++ b/m4/Makefile.am.in @@ -6,8 +6,8 @@ Makefile.am: Makefile.am.in rm -f $@ $@t sed -n '1,/^##m4-files-begin/p' $< > $@t - (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @) \ - |(echo *.m4|tr ' ' @) \ + ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \ + (echo *.m4|tr ' ' @) ) \ |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ >> $@t sed -n '/^##m4-files-end/,$$p' $< >> $@t