diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -129,6 +129,8 @@ | |||
129 | [openbsd-compat/rresvport.c] | 129 | [openbsd-compat/rresvport.c] |
130 | These look to need string.h and/or unistd.h (based on a grep for function | 130 | These look to need string.h and/or unistd.h (based on a grep for function |
131 | names) | 131 | names) |
132 | - (djm) [Makefile.in] | ||
133 | Remove generated openbsd-compat/regress/Makefile in distclean target | ||
132 | 134 | ||
133 | 20060713 | 135 | 20060713 |
134 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h | 136 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h |
@@ -5047,4 +5049,4 @@ | |||
5047 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5049 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5048 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5050 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5049 | 5051 | ||
5050 | $Id: ChangeLog,v 1.4434 2006/07/24 05:08:35 djm Exp $ | 5052 | $Id: ChangeLog,v 1.4435 2006/07/24 05:30:18 djm Exp $ |
diff --git a/Makefile.in b/Makefile.in index 10be20d3f..fe510028f 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.278 2006/04/23 02:15:08 djm Exp $ | 1 | # $Id: Makefile.in,v 1.279 2006/07/24 05:30:19 djm 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@ |
@@ -203,7 +203,8 @@ clean: regressclean | |||
203 | distclean: regressclean | 203 | distclean: regressclean |
204 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log | 204 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log |
205 | rm -f *.out core opensshd.init | 205 | rm -f *.out core opensshd.init |
206 | rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds survey.sh *~ | 206 | rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds |
207 | rm -f survey.sh openbsd-compat/regress/Makefile *~ | ||
207 | rm -rf autom4te.cache | 208 | rm -rf autom4te.cache |
208 | (cd openbsd-compat && $(MAKE) distclean) | 209 | (cd openbsd-compat && $(MAKE) distclean) |
209 | (cd scard && $(MAKE) distclean) | 210 | (cd scard && $(MAKE) distclean) |