From 53166669e70e442bef567e91b14cb25d8933e482 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 19 Oct 2007 09:53:27 -0400 Subject: Make distclean work again --- ipa-admintools/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipa-admintools') diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile index ca38b2e1..c0733d19 100644 --- a/ipa-admintools/Makefile +++ b/ipa-admintools/Makefile @@ -27,4 +27,6 @@ install-man: clean: rm -f *~ *.pyc +distclean: clean + test: -- cgit