From 11ba8d4e12ddd1c6ce935770952b9fd1958cf2ea Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Dec 1999 16:42:45 +1100 Subject: Make break --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 3c0891440..eb05e9456 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- cgit v1.2.3