- (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.
diff --git a/Makefile.in b/Makefile.in
index 29b878b..59ebeea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.245 2003/09/04 12:06:16 dtucker Exp $
+# $Id: Makefile.in,v 1.246 2003/09/05 01:35:52 dtucker Exp $
 
 # uncomment if you run a non bourne compatable shell. Ie. csh
 #SHELL = @SH@
@@ -195,7 +195,7 @@
 	rm -f *.o *.a $(TARGETS) logintest config.cache config.log 
 	rm -f *.out core 
 	(cd openbsd-compat && $(MAKE) clean)
-	(cd $(srcdir)/regress && $(MAKE) $@)
+	(cd regress && $(MAKE) clean)
 
 distclean:
 	rm -f *.o *.a $(TARGETS) logintest config.cache config.log 
@@ -204,6 +204,7 @@
 	rm -rf autom4te.cache
 	(cd openbsd-compat && $(MAKE) distclean)
 	(cd scard && $(MAKE) distclean)
+	(cd regress && $(MAKE) distclean)
 
 veryclean: distclean
 	rm -f configure config.h.in *.0