[Python-checkins] r66728 - python/branches/empty/Makefile

martin.v.loewis python-checkins at python.org
Thu Oct 2 14:51:31 CEST 2008


Author: martin.v.loewis
Date: Thu Oct  2 14:51:31 2008
New Revision: 66728

Log:
Add all target.


Modified:
   python/branches/empty/Makefile

Modified: python/branches/empty/Makefile
==============================================================================
--- python/branches/empty/Makefile	(original)
+++ python/branches/empty/Makefile	Thu Oct  2 14:51:31 2008
@@ -1,2 +1,2 @@
-buildbottest distclean:
+all buildbottest distclean:
 


More information about the Python-checkins mailing list