summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-12 12:04:04 +1000
committerDamien Miller <djm@mindrot.org>2001-10-12 12:04:04 +1000
commit5f01280c797b9cf2cbedd828fea458caf45c1265 (patch)
tree3ab5aad47932c07f77adc4bd3d4d6eab9768fc69 /Makefile.in
parent164a7f42f9f5c14c0d60f5d385d535f1a2fd5537 (diff)
- (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 17565d837..ee6774785 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.186 2001/09/18 05:06:22 djm Exp $ 1# $Id: Makefile.in,v 1.187 2001/10/12 02:04:05 djm Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -158,6 +158,7 @@ veryclean:
158 rm -f *.out core 158 rm -f *.out core
159 rm -f Makefile config.h config.status ssh_prng_cmds *~ 159 rm -f Makefile config.h config.status ssh_prng_cmds *~
160 (cd openbsd-compat; $(MAKE) distclean) 160 (cd openbsd-compat; $(MAKE) distclean)
161 (cd scard; $(MAKE) distclean)
161 162
162mrproper: distclean 163mrproper: distclean
163 164