From cdb8b1d349fac1d9fe121c90645a789131bd9cef Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 9 Nov 1999 14:31:49 +1100 Subject: Build fixes --- Makefile.in | 2 +- openssh.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a342c9a32..344210030 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,7 +58,7 @@ gnome-ssh-askpass: gnome-ssh-askpass.c clean: rm -f *.o core $(TARGETS) config.status config.cache config.log -install: +install: all install -d $(bindir) install -d $(sbindir) install -d $(mandir) diff --git a/openssh.spec b/openssh.spec index 77c922109..240658451 100644 --- a/openssh.spec +++ b/openssh.spec @@ -44,6 +44,8 @@ patented algorithms to seperate libraries (OpenSSL). CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=/usr --sysconfdir=/etc/ssh --enable-gnome-askpass +make + %install rm -rf $RPM_BUILD_ROOT make install prefix="$RPM_BUILD_ROOT/usr" -- cgit v1.2.3