- Revision
- 11219
- Author
- bear
- Date
- 2006-07-20 21:32:51 -0700 (Thu, 20 Jul 2006)
Log Message
bah - figures after testing on all three platforms *twice* I miss the one target used
by the full builds: realclean
by the full builds: realclean
Modified Paths
Diff
Modified: trunk/external/setuptools/Makefile (11218 => 11219)
--- trunk/external/setuptools/Makefile 2006-07-21 04:13:50 UTC (rev 11218) +++ trunk/external/setuptools/Makefile 2006-07-21 04:32:51 UTC (rev 11219) @@ -44,3 +44,9 @@ install: $(TARBALL) cp -p $(TARBALL) $(CHANDLERARCHIVES) +clean: + rm -f $(TARBALL) + +_realclean:: + @rm -f $(TARBALL) +
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
