aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo2024-05-25 17:12:22 +0200
committerAndrea Corallo2024-05-25 17:20:47 +0200
commit129c6778e640f8ae9ba0eba9ad9ce81b4bf2328e (patch)
tree2d20bcbb63c66850d62cda4753d62fd72400991e /src
parented7e57697572f641b50d24071867675bf89bed0f (diff)
downloademacs-129c6778e640f8ae9ba0eba9ad9ce81b4bf2328e.tar.gz
emacs-129c6778e640f8ae9ba0eba9ad9ce81b4bf2328e.zip
* src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842).
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in5
1 files changed, 5 insertions, 0 deletions
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@
34abs_top_srcdir=@abs_top_srcdir@ 34abs_top_srcdir=@abs_top_srcdir@
35VPATH = $(srcdir) 35VPATH = $(srcdir)
36 36
37# Set these to 'not-set' when they are not set from top-level to please
38# 'load--fixup-all-elns' (bug#70842).
39ELN_DESTDIR=not-set
40BIN_DESTDIR=not-set
41
37# This is not empty if this is a Makefile that will be copied to 42# This is not empty if this is a Makefile that will be copied to
38# cross/src. 43# cross/src.
39XCONFIGURE = @XCONFIGURE@ 44XCONFIGURE = @XCONFIGURE@