mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
* src/Makefile.in (bootstrap_exe): Use relative filename.
(abs_builddir): Remove.
This commit is contained in:
parent
8061810d42
commit
fca2fccbea
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2013-11-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (abs_builddir): Remove.
|
||||
(bootstrap_exe): Use relative filename.
|
||||
|
||||
Use relative filenames in TAGS files.
|
||||
* Makefile.in (abs_srcdir): Remove it again.
|
||||
(.PHONY): Remove frc.
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ srcdir = @srcdir@
|
|||
# MinGW CPPFLAGS may use this.
|
||||
abs_top_srcdir=@abs_top_srcdir@
|
||||
ntsource = $(srcdir)/../nt
|
||||
abs_builddir = @abs_builddir@
|
||||
VPATH = $(srcdir)
|
||||
CC = @CC@
|
||||
WINDRES = @WINDRES@
|
||||
|
|
@ -60,7 +59,7 @@ lwlibdir = ../lwlib
|
|||
# Configuration files for .o files to depend on.
|
||||
config_h = config.h $(srcdir)/conf_post.h
|
||||
|
||||
bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT)
|
||||
bootstrap_exe = ../src/bootstrap-emacs$(EXEEXT)
|
||||
|
||||
## ns-app if HAVE_NS, else empty.
|
||||
OTHER_FILES = @OTHER_FILES@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue