diff options
| author | Andrea Corallo | 2024-05-25 17:12:22 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2024-05-25 17:20:47 +0200 |
| commit | 129c6778e640f8ae9ba0eba9ad9ce81b4bf2328e (patch) | |
| tree | 2d20bcbb63c66850d62cda4753d62fd72400991e /src | |
| parent | ed7e57697572f641b50d24071867675bf89bed0f (diff) | |
| download | emacs-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.in | 5 |
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@ | |||
| 34 | abs_top_srcdir=@abs_top_srcdir@ | 34 | abs_top_srcdir=@abs_top_srcdir@ |
| 35 | VPATH = $(srcdir) | 35 | VPATH = $(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). | ||
| 39 | ELN_DESTDIR=not-set | ||
| 40 | BIN_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. |
| 39 | XCONFIGURE = @XCONFIGURE@ | 44 | XCONFIGURE = @XCONFIGURE@ |