Unbreak make -f Makefile.in distprep
diff --git a/Makefile.in b/Makefile.in
index 62859bf..6af2e3a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,7 @@
-# $Id: Makefile.in,v 1.205 2002/05/08 23:04:14 tim Exp $
+# $Id: Makefile.in,v 1.206 2002/05/09 14:05:59 tim Exp $
 
-SHELL = @SH@
+# uncomment if you run a non bourne compatable shell. Ie. csh
+#SHELL = @SH@
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@