projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca07b9
)
remove semicolon -- from Lars
author
Jim Meyering
<jim@meyering.net>
Fri, 18 Dec 1998 15:32:54 +0000
(15:32 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 18 Dec 1998 15:32:54 +0000
(15:32 +0000)
m4/Makefile.am.in
patch
|
blob
|
history
diff --git
a/m4/Makefile.am.in
b/m4/Makefile.am.in
index fac31572b010f35f6de784c8ea9ba1275047075a..abbe96ebed9bb43283134094076e1471462b8444 100644
(file)
--- a/
m4/Makefile.am.in
+++ b/
m4/Makefile.am.in
@@
-6,7
+6,7
@@
Makefile.am: Makefile.am.in
rm -f $@ $@t
sed -n '1,/^##m4-files-begin/p' $< > $@t
- echo EXTRA_DIST = README Makefile.am.in *.m4
;
\
+ echo EXTRA_DIST = README Makefile.am.in *.m4 \
|fmt | (tr '\012' @; echo) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t