projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed7e576
)
* src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842).
author
Andrea Corallo
<acorallo@gnu.org>
Sat, 25 May 2024 15:12:22 +0000
(17:12 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Sat, 25 May 2024 15:20:47 +0000
(17:20 +0200)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index e839a74dabf81cf5c2e98a5733a31af42f9ff4d1..a14ae5eacb8d6d746c0f95cc4df6d8f5f306d614 100644
(file)
--- 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@