diff options
author | Jonas 'Sortie' Termansen <sortie@maxsi.org> | 2024-11-02 17:53:23 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-12-03 10:05:32 +0100 |
commit | b460f82a67795bba37c6cc6c78f788e5b435b4cb (patch) | |
tree | f729bc475371d64d305c1d57172a3d1cea5b6065 /Makefile.in | |
parent | Define u_short and u_long if needed. (diff) | |
download | openssh-b460f82a67795bba37c6cc6c78f788e5b435b4cb.tar.xz openssh-b460f82a67795bba37c6cc6c78f788e5b435b4cb.zip |
Inherit DESTDIR from the environment.
autoconf packages conventionally inherit the DESTDIR variable from the
environment.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2fcd8aa1f..1e9299378 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 |