(dist): Don't depend on DISTFILES.

This commit is contained in:
David MacKenzie 1994-05-05 15:53:37 +00:00
parent 66c09ddde8
commit d822f88533
2 changed files with 4 additions and 2 deletions

View 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`; \

View 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`; \