summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-22 22:22:14 +0100
committerBen Lindstrom <mouring@eviladmin.org>2001-01-22 22:22:14 +0100
commit9dffa01368369d4ce4af3787aa3e254bb015e2fc (patch)
treee9ff165a770fa6d27c2e7370656c650d0928500b /Makefile.in
parent20010123 (diff)
downloadopenssh-9dffa01368369d4ce4af3787aa3e254bb015e2fc.tar.xz
openssh-9dffa01368369d4ce4af3787aa3e254bb015e2fc.zip
A bit of this patch was in the last commit
- (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
Diffstat (limited to '')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 25ff41bdb..3daea429a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,7 +17,7 @@ ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
CC=@CC@
LD=@LD@
-PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
+PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
CFLAGS=@CFLAGS@
CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir) $(PATHS) @DEFS@
LIBS=@LIBS@