summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-08-06 06:15:15 +1000
committerDamien Miller <djm@mindrot.org>2011-08-06 06:15:15 +1000
commit7741ce8bd2d0aef8aae0c2406eb51b617f1165fe (patch)
tree35d992393486ecb269fdcf16671490a366002b40 /Makefile.in
parentcd5e52ee784f0ff67b60ffeeab335ed64df688a4 (diff)
- djm@cvs.openbsd.org 2011/06/23 23:35:42
[monitor.c] ignore EINTR errors from poll()
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index aeb67e1d8..3be3aa617 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.324 2011/06/26 21:18:20 djm Exp $ 1# $Id: Makefile.in,v 1.325 2011/08/05 20:15:18 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@
@@ -213,6 +213,8 @@ distclean: regressclean
213veryclean: distclean 213veryclean: distclean
214 rm -f configure config.h.in *.0 214 rm -f configure config.h.in *.0
215 215
216cleandir: veryclean
217
216mrproper: veryclean 218mrproper: veryclean
217 219
218realclean: veryclean 220realclean: veryclean