]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(dist): Don't depend on DISTFILES.
authorDavid MacKenzie <djm@djmnet.org>
Thu, 5 May 1994 15:53:37 +0000 (15:53 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 5 May 1994 15:53:37 +0000 (15:53 +0000)
Makefile.in
doc/Makefile.in

index 742582b8b85b512a6df484e2841d85c1ab7f53cd..5bbf72e83fad6e0654c7aeea863240a2acbbf11b 100644 (file)
@@ -164,7 +164,8 @@ realclean: distclean
 TAGS:
        etags ${srcdir}/*.m4 ${srcdir}/*.sh ${srcdir}/[a-z]*.in ${srcdir}/*.texi
 
-dist: $(DISTDEP) $(DISTFILES)
+# Don't depend on DISTFILES because there's no rule for "standards.info*".
+dist: $(DISTDEP)
        chmod -R a+rX .
        distname=`sed -e '/define(AC_ACVERSION,/!d' \
        -e 's/[^0-9.]*\([0-9.]*\).*/autoconf-\1/' -e q acgeneral.m4`; \
index 742582b8b85b512a6df484e2841d85c1ab7f53cd..5bbf72e83fad6e0654c7aeea863240a2acbbf11b 100644 (file)
@@ -164,7 +164,8 @@ realclean: distclean
 TAGS:
        etags ${srcdir}/*.m4 ${srcdir}/*.sh ${srcdir}/[a-z]*.in ${srcdir}/*.texi
 
-dist: $(DISTDEP) $(DISTFILES)
+# Don't depend on DISTFILES because there's no rule for "standards.info*".
+dist: $(DISTDEP)
        chmod -R a+rX .
        distname=`sed -e '/define(AC_ACVERSION,/!d' \
        -e 's/[^0-9.]*\([0-9.]*\).*/autoconf-\1/' -e q acgeneral.m4`; \