]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
regenerate
authorJim Meyering <jim@meyering.net>
Fri, 15 Aug 2003 06:50:09 +0000 (06:50 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 15 Aug 2003 06:50:09 +0000 (06:50 +0000)
m4/Makefile.am

index d0f7b03540f3d175e255ba12642054e703a63745..a2072afc8213ee3cbc244e4f10a2229b6fd671b7 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 EXTRA_DIST =
-EXTRA_DIST += README Makefile.am.in
+EXTRA_DIST += Makefile.am.in
 EXTRA_DIST += acl.m4
 EXTRA_DIST += afs.m4
 EXTRA_DIST += alloca.m4
@@ -109,7 +109,7 @@ Makefile.am: Makefile.am.in
        rm -f $@ $@t
        (echo "## Process this file with automake to produce Makefile.in."; \
         echo EXTRA_DIST =;                             \
-        echo "EXTRA_DIST += README Makefile.am.in";    \
+        echo "EXTRA_DIST += Makefile.am.in";           \
         ls -1 *.m4 | sed 's/^/EXTRA_DIST += /'; echo ) \
          >> $@t
        sed -n '/^Makefile\.am:/,$$p' $< >> $@t