summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 15:30:18 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 15:30:18 +1000
commit24f2a42e53d084486e93e45d96c9d6178c583043 (patch)
tree825ec9591aeaabbc3d7dfdb9935ed50af157dbe2
parent62da44f0644f5d1cc7fa3b6b967482b5d2f15aa2 (diff)
- (djm) [Makefile.in]
Remove generated openbsd-compat/regress/Makefile in distclean target
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in5
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e9ecfa6..b2642626 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -129,6 +129,8 @@
[openbsd-compat/rresvport.c]
These look to need string.h and/or unistd.h (based on a grep for function
names)
+ - (djm) [Makefile.in]
+ Remove generated openbsd-compat/regress/Makefile in distclean target
20060713
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@@ -5047,4 +5049,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4434 2006/07/24 05:08:35 djm Exp $
+$Id: ChangeLog,v 1.4435 2006/07/24 05:30:18 djm Exp $
diff --git a/Makefile.in b/Makefile.in
index 10be20d3..fe510028 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.278 2006/04/23 02:15:08 djm Exp $
+# $Id: Makefile.in,v 1.279 2006/07/24 05:30:19 djm Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -203,7 +203,8 @@ clean: regressclean
distclean: regressclean
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core opensshd.init
- rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds survey.sh *~
+ rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds
+ rm -f survey.sh openbsd-compat/regress/Makefile *~
rm -rf autom4te.cache
(cd openbsd-compat && $(MAKE) distclean)
(cd scard && $(MAKE) distclean)