Makefile objdirs patch
Corinna Vinschen
vinschen at redhat.com
Fri Nov 17 10:20:01 EST 2000
mouring at etoh.eviladmin.org wrote:
>
> Applied.
>
> On Tue, 14 Nov 2000, Mark D. Roth wrote:
>
> > I've attached a patch which fixes a minor Makefile glitch when
> > building in a different directory than the source directory. The
> > patch is relative to OpenSSH 2.3.0p1.
The Makefile.in of the current snapshot openssh-SNAP-20001114 has
one more glitch when installing `primes'. Patch attached.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin at sources.redhat.com
Red Hat, Inc.
mailto:vinschen at redhat.com
-------------- next part --------------
Index: Makefile.in
===================================================================
RCS file: /src/cvsroot/openssh-20001114/Makefile.in,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile.in
--- Makefile.in 2000/11/16 12:12:57 1.1.1.1
+++ Makefile.in 2000/11/16 23:15:30
@@ -169,7 +169,7 @@ install-files:
fi ; \
fi
if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
- $(INSTALL) -m 644 primes $(DESTDIR)$(sysconfdir)/primes; \
+ $(INSTALL) -m 644 $(srcdir)/primes $(DESTDIR)$(sysconfdir)/primes; \
else \
echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
fi
More information about the openssh-unix-dev
mailing list