[or-cvs] r14953: Backport: Make dist depend on check. (tor/branches/tor-0_2_0-patches)

nickm at seul.org nickm at seul.org
Wed Jun 4 18:42:39 UTC 2008


Author: nickm
Date: 2008-06-04 14:42:39 -0400 (Wed, 04 Jun 2008)
New Revision: 14953

Modified:
   tor/branches/tor-0_2_0-patches/Makefile.am
Log:
Backport: Make dist depend on check.

Modified: tor/branches/tor-0_2_0-patches/Makefile.am
===================================================================
--- tor/branches/tor-0_2_0-patches/Makefile.am	2008-06-04 18:42:30 UTC (rev 14952)
+++ tor/branches/tor-0_2_0-patches/Makefile.am	2008-06-04 18:42:39 UTC (rev 14953)
@@ -61,6 +61,8 @@
 test:
 	./src/or/test
 
+dist: check
+
 # Avoid strlcpy.c, strlcat.c, tree.h
 check-spaces:
 	./contrib/checkSpace.pl -C                    \



More information about the tor-commits mailing list