You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2010/10/13 15:57:13 UTC

svn commit: r1022107 - /tcl/rivet/trunk/debian/rules

Author: mxmanghi
Date: Wed Oct 13 13:57:12 2010
New Revision: 1022107

URL: http://svn.apache.org/viewvc?rev=1022107&view=rev
Log:
before invoking the 'clean' target we have to have a working Makefile, so the 'clean' target must depend on 'configure'

Modified:
    tcl/rivet/trunk/debian/rules

Modified: tcl/rivet/trunk/debian/rules
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/rules?rev=1022107&r1=1022106&r2=1022107&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/rules (original)
+++ tcl/rivet/trunk/debian/rules Wed Oct 13 13:57:12 2010
@@ -17,7 +17,7 @@ export DH_OPTIONS
 
 #%:
 #	dh $@ 
-clean:
+clean: configure
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org