summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortim <tim>2002-05-08 23:04:14 +0000
committertim <tim>2002-05-08 23:04:14 +0000
commite49e2d6953dd3c85894e1cdc369f95f936476879 (patch)
treef6cf10e32006a63fed3c83a3cc78302a7d353220 /Makefile.in
parent8522dfd474598ffd52cb2ea10ebc464c8bf8cd1f (diff)
downloadopenssh-e49e2d6953dd3c85894e1cdc369f95f936476879.tar.gz
set SHELL in Makefile in case someone makes from a non bourne compatable shell
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 5d45bce6..62859bf1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,6 @@
-# $Id: Makefile.in,v 1.204 2002/04/15 03:24:00 djm Exp $
+# $Id: Makefile.in,v 1.205 2002/05/08 23:04:14 tim Exp $
+
+SHELL = @SH@
prefix=@prefix@
exec_prefix=@exec_prefix@