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 ee6774785..640fe5abd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.187 2001/10/12 02:04:05 djm Exp $ 1# $Id: Makefile.in,v 1.188 2001/10/12 09:15:28 djm Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -142,13 +142,14 @@ $(CONFIGFILES): $(CONFIGFILES_IN)
142 142
143clean: 143clean:
144 rm -f *.o *.a $(TARGETS) logintest config.cache config.log 144 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
145 rm -f *.out core 145 rm -f *.out core
146 (cd openbsd-compat; $(MAKE) clean) 146 (cd openbsd-compat; $(MAKE) clean)
147 147
148distclean: 148distclean:
149 rm -f *.o *.a $(TARGETS) logintest config.cache config.log 149 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
150 rm -f *.out core 150 rm -f *.out core
151 rm -f Makefile config.h config.status ssh_prng_cmds *~ 151 rm -f Makefile config.h config.status ssh_prng_cmds *~
152 rm -rf autom4te.cache
152 (cd openbsd-compat; $(MAKE) distclean) 153 (cd openbsd-compat; $(MAKE) distclean)
153 (cd scard; $(MAKE) distclean) 154 (cd scard; $(MAKE) distclean)
154 155