[Rivet-svn] r1687 - trunk/pyext

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Jul 14 15:41:52 BST 2009


Author: buckley
Date: Tue Jul 14 15:41:51 2009
New Revision: 1687

Log:
Improving 'make clean' a bit more, now that it's acceptable to delete the generated wrapper sources.

Modified:
   trunk/pyext/Makefile.am

Modified: trunk/pyext/Makefile.am
==============================================================================
--- trunk/pyext/Makefile.am	Tue Jul 14 15:39:05 2009	(r1686)
+++ trunk/pyext/Makefile.am	Tue Jul 14 15:41:51 2009	(r1687)
@@ -28,10 +28,10 @@
 	@rm -f $(top_builddir)/*.pyc
 	@rm -rf $(builddir)/build
 	@rm -rf dist
+	@rm -f rivet.py
+	@rm -f rivet_wrap.cc
 
 distclean-local:
 	@rm -rf rivet.egg-info
-	@rm -f rivet.py
-	@rm -f rivet_wrap.cc
 
 endif


More information about the Rivet-svn mailing list