Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fca2fccb
Commit
fca2fccb
authored
Nov 02, 2013
by
Glenn Morris
Browse files
* src/Makefile.in (bootstrap_exe): Use relative filename.
(abs_builddir): Remove.
parent
8061810d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+3
-0
src/Makefile.in
src/Makefile.in
+1
-2
No files found.
src/ChangeLog
View file @
fca2fccb
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.
...
...
src/Makefile.in
View file @
fca2fccb
...
...
@@ -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@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment