summaryrefslogtreecommitdiff
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 9e9ecfa6a..b26426265 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
13320060713 13520060713
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
203distclean: regressclean 203distclean: 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)