Make break

This commit is contained in:
Damien Miller 1999-12-15 16:42:45 +11:00
parent 48f2494df3
commit 11ba8d4e12
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ install: all
ln -s ssh.1 $(mandir)/man1/slogin.1
if [ ! -z "@GNOME_ASKPASS@" ] ; then \
$(INSTALL) -d $(libexecdir) ;
$(INSTALL) -d $(libexecdir)/ssh ;
$(INSTALL) -d $(libexecdir) ; \
$(INSTALL) -d $(libexecdir)/ssh ; \
$(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
fi