summaryrefslogtreecommitdiffstats
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 17565d83..ee677478 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.186 2001/09/18 05:06:22 djm Exp $
+# $Id: Makefile.in,v 1.187 2001/10/12 02:04:05 djm Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -158,6 +158,7 @@ veryclean:
rm -f *.out core
rm -f Makefile config.h config.status ssh_prng_cmds *~
(cd openbsd-compat; $(MAKE) distclean)
+ (cd scard; $(MAKE) distclean)
mrproper: distclean