From: Andrea Corallo Date: Sat, 25 May 2024 15:12:22 +0000 (+0200) Subject: * src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86593c63c8706d1392ef862aa7a9d932799b1aad;p=emacs.git * src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842). (cherry picked from commit 129c6778e640f8ae9ba0eba9ad9ce81b4bf2328e) --- diff --git a/src/Makefile.in b/src/Makefile.in index e839a74dabf..a14ae5eacb8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -34,6 +34,11 @@ top_builddir = @top_builddir@ abs_top_srcdir=@abs_top_srcdir@ VPATH = $(srcdir) +# Set these to 'not-set' when they are not set from top-level to please +# 'load--fixup-all-elns' (bug#70842). +ELN_DESTDIR=not-set +BIN_DESTDIR=not-set + # This is not empty if this is a Makefile that will be copied to # cross/src. XCONFIGURE = @XCONFIGURE@