]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842).
authorAndrea Corallo <acorallo@gnu.org>
Sat, 25 May 2024 15:12:22 +0000 (17:12 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 26 May 2024 05:57:45 +0000 (07:57 +0200)
(cherry picked from commit 129c6778e640f8ae9ba0eba9ad9ce81b4bf2328e)

src/Makefile.in

index e839a74dabf81cf5c2e98a5733a31af42f9ff4d1..a14ae5eacb8d6d746c0f95cc4df6d8f5f306d614 100644 (file)
@@ -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@