summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-19 16:01:31 +0000
committerJim Meyering <jim@meyering.net>1998-05-19 16:01:31 +0000
commitda8b83f81a215206278bdb1a24916a1d7b05cf7e (patch)
tree30e34dbe733c4b52bf25a95275c6bbd688fab357 /m4
parentdf610e05ba6ee3b491e3d55c0bb136c7b7e3bdc9 (diff)
downloadcoreutils-da8b83f81a215206278bdb1a24916a1d7b05cf7e.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in
index c7682ad88..d616efb30 100644
--- a/m4/Makefile.am.in
+++ b/m4/Makefile.am.in
@@ -7,7 +7,7 @@ Makefile.am: Makefile.am.in
rm -f $@ $@t
sed -n '1,/^##m4-files-begin/p' $< > $@t
( echo EXTRA_DIST = README; \
- find . -type f -name '*.m4' -printf '%f\n' |sort ) \
+ find . -type f -name '*.m4' -print |sed s/..// |sort ) \
|fmt | (tr '\012' @; echo) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t