diff options
| author | Glenn Morris | 2013-11-02 16:49:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-11-02 16:49:54 -0700 |
| commit | fca2fccbea4f4b53da3f5110781439e98ae5a2eb (patch) | |
| tree | 37ce022ffa845f40f3c86f4edba217c30f580b04 /src | |
| parent | 8061810d427c1f746f75ee09ccee0adb454e8654 (diff) | |
| download | emacs-fca2fccbea4f4b53da3f5110781439e98ae5a2eb.tar.gz emacs-fca2fccbea4f4b53da3f5110781439e98ae5a2eb.zip | |
* src/Makefile.in (bootstrap_exe): Use relative filename.
(abs_builddir): Remove.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 997d98344c5..4ddc74563e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-11-02 Glenn Morris <rgm@gnu.org> | 1 | 2013-11-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (abs_builddir): Remove. | ||
| 4 | (bootstrap_exe): Use relative filename. | ||
| 5 | |||
| 3 | Use relative filenames in TAGS files. | 6 | Use relative filenames in TAGS files. |
| 4 | * Makefile.in (abs_srcdir): Remove it again. | 7 | * Makefile.in (abs_srcdir): Remove it again. |
| 5 | (.PHONY): Remove frc. | 8 | (.PHONY): Remove frc. |
diff --git a/src/Makefile.in b/src/Makefile.in index 41e0c7d382a..ca0b25a2f69 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -31,7 +31,6 @@ srcdir = @srcdir@ | |||
| 31 | # MinGW CPPFLAGS may use this. | 31 | # MinGW CPPFLAGS may use this. |
| 32 | abs_top_srcdir=@abs_top_srcdir@ | 32 | abs_top_srcdir=@abs_top_srcdir@ |
| 33 | ntsource = $(srcdir)/../nt | 33 | ntsource = $(srcdir)/../nt |
| 34 | abs_builddir = @abs_builddir@ | ||
| 35 | VPATH = $(srcdir) | 34 | VPATH = $(srcdir) |
| 36 | CC = @CC@ | 35 | CC = @CC@ |
| 37 | WINDRES = @WINDRES@ | 36 | WINDRES = @WINDRES@ |
| @@ -60,7 +59,7 @@ lwlibdir = ../lwlib | |||
| 60 | # Configuration files for .o files to depend on. | 59 | # Configuration files for .o files to depend on. |
| 61 | config_h = config.h $(srcdir)/conf_post.h | 60 | config_h = config.h $(srcdir)/conf_post.h |
| 62 | 61 | ||
| 63 | bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) | 62 | bootstrap_exe = ../src/bootstrap-emacs$(EXEEXT) |
| 64 | 63 | ||
| 65 | ## ns-app if HAVE_NS, else empty. | 64 | ## ns-app if HAVE_NS, else empty. |
| 66 | OTHER_FILES = @OTHER_FILES@ | 65 | OTHER_FILES = @OTHER_FILES@ |