From: Jonas 'Sortie' Termansen Date: Sat, 2 Nov 2024 16:53:23 +0000 (+0100) Subject: Inherit DESTDIR from the environment. X-Git-Tag: V_10_0_P1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b460f82a67795bba37c6cc6c78f788e5b435b4cb;p=thirdparty%2Fopenssh-portable.git Inherit DESTDIR from the environment. autoconf packages conventionally inherit the DESTDIR variable from the environment. --- 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