summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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