From 570b71372f097ed986f9435d3d9795b21312060f Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 5 May 2008 15:25:28 -0400 Subject: Second half of the redoing how the version is managed. --- ipa-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-python/Makefile') diff --git a/ipa-python/Makefile b/ipa-python/Makefile index bad5ca5c8..e279286c7 100644 --- a/ipa-python/Makefile +++ b/ipa-python/Makefile @@ -13,7 +13,7 @@ install: fi clean: - rm -f *~ *.pyc + rm -f *~ *.pyc setup.py ipa-python.spec distclean: clean -- cgit