From c397b531b724d3a7804be48108ccc9f5a0accd3b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 16 May 2001 08:14:19 +0000 Subject: (my-distcheck): Remove work-around kludge and associated comment, now that automake has ben fixed. --- Makefile.maint | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.maint b/Makefile.maint index de15d92e8..295c8975f 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -65,16 +65,13 @@ my-distcheck: writable-files po-check -rm -rf $(t) mkdir $(t) GZIP=$(GZIP) $(AMTAR) -C $(t) -zxf $(distdir).tar.gz -# Removing $(DEPDIR) like this is a gross kludge to work around a bug -# in automake. Remove that line once it's fixed. cd $(t)/$(distdir) \ && ./configure --disable-nls \ && $(MAKE) CFLAGS='-Wformat -Werror' \ AM_MAKEFLAGS='$(null_AM_MAKEFLAGS)' \ && $(MAKE) dvi \ && $(MAKE) check \ - && $(MAKE) distclean \ - && rm -rf $(DEPDIR) + && $(MAKE) distclean cd $(t) && mv $(distdir) $(distdir).old \ && $(AMTAR) -zxf ../$(distdir).tar.gz diff -ur $(t)/$(distdir).old $(t)/$(distdir) -- cgit v1.2.3-70-g09d2