[openssh-commits] [openssh] branch master updated: Inherit DESTDIR from the environment.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Dec 3 20:05:37 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new b460f82a Inherit DESTDIR from the environment.
b460f82a is described below
commit b460f82a67795bba37c6cc6c78f788e5b435b4cb
Author: Jonas 'Sortie' Termansen <sortie at maxsi.org>
AuthorDate: Sat Nov 2 17:53:23 2024 +0100
Inherit DESTDIR from the environment.
autoconf packages conventionally inherit the DESTDIR variable from the
environment.
---
Makefile.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 2fcd8aa1..1e929937 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,6 @@ top_srcdir=@top_srcdir@
abs_top_srcdir=@abs_top_srcdir@
abs_top_builddir=@abs_top_builddir@
-DESTDIR=
VPATH=@srcdir@
SSH_PROGRAM=@bindir@/ssh
ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list