From 31aeb25e0d85565f153fe316bf05659ee91bf792 Mon Sep 17 00:00:00 2001 From: rbcollins Date: Mon, 21 Sep 2009 22:31:14 +0000 Subject: [PATCH] Typo in prereleasecheck. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@549 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7a42e51..501afc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ doc/check.html: # perhaps we should check for out of date (svn st -u) and modified files. prereleasecheck: doc/check.html -$(MAKE) distclean - ./autoreconf -i && ./configure \ + autoreconf -i && ./configure \ && ulimit -c 0 && \ $(MAKE) distcheck -- 2.40.0