From: rbcollins Date: Mon, 21 Sep 2009 22:31:14 +0000 (+0000) Subject: Typo in prereleasecheck. X-Git-Tag: 0.10.0~615 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31aeb25e0d85565f153fe316bf05659ee91bf792;p=check Typo in prereleasecheck. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@549 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- 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