From b2db4e83a350415a87c037414fc5e4c6074eba0d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 5 Sep 2003 11:35:52 +1000 Subject: - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target. --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 29b878bb1..59ebeea59 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 @@ clean: 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 @@ distclean: 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 -- cgit v1.2.3