summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 29b878bb1..59ebeea59 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.245 2003/09/04 12:06:16 dtucker Exp $ 1# $Id: Makefile.in,v 1.246 2003/09/05 01:35:52 dtucker Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -195,7 +195,7 @@ clean:
195 rm -f *.o *.a $(TARGETS) logintest config.cache config.log 195 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
196 rm -f *.out core 196 rm -f *.out core
197 (cd openbsd-compat && $(MAKE) clean) 197 (cd openbsd-compat && $(MAKE) clean)
198 (cd $(srcdir)/regress && $(MAKE) $@) 198 (cd regress && $(MAKE) clean)
199 199
200distclean: 200distclean:
201 rm -f *.o *.a $(TARGETS) logintest config.cache config.log 201 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
@@ -204,6 +204,7 @@ distclean:
204 rm -rf autom4te.cache 204 rm -rf autom4te.cache
205 (cd openbsd-compat && $(MAKE) distclean) 205 (cd openbsd-compat && $(MAKE) distclean)
206 (cd scard && $(MAKE) distclean) 206 (cd scard && $(MAKE) distclean)
207 (cd regress && $(MAKE) distclean)
207 208
208veryclean: distclean 209veryclean: distclean
209 rm -f configure config.h.in *.0 210 rm -f configure config.h.in *.0