summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7f7c8d88a..e3b145150 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.207 2002/05/13 03:15:43 djm Exp $ 1# $Id: Makefile.in,v 1.208 2002/05/13 04:12:05 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@
@@ -30,7 +30,7 @@ PATHS= -DSSHDIR=\"$(sysconfdir)\" \
30 -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \ 30 -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
31 -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \ 31 -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
32 -D_PATH_SSH_PIDDIR=\"$(piddir)\" \ 32 -D_PATH_SSH_PIDDIR=\"$(piddir)\" \
33 -D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\" 33 -D_PATH_PRIVSEP_CHROOT_DIR=\"$(PRIVSEP_PATH)\" \
34 -DSSH_RAND_HELPER=\"$(libexecdir)/ssh-rand-helper\" 34 -DSSH_RAND_HELPER=\"$(libexecdir)/ssh-rand-helper\"
35 35
36CC=@CC@ 36CC=@CC@