Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4b94e8cf
Commit
4b94e8cf
authored
Aug 09, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
parent
9748df5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/ChangeLog
View file @
4b94e8cf
2012-08-10 Glenn Morris <rgm@gnu.org>
* Makefile.in (config_h): Fix conf_post.h out-of-tree build location.
* lisp.h (DIRECTORY_SEP): Let configure set it.
2012-08-09 Dmitry Antipov <dmantipov@yandex.ru>
...
...
src/Makefile.in
View file @
4b94e8cf
...
...
@@ -56,7 +56,7 @@ lwlibdir = ../lwlib
lispdir
=
../lisp
# Configuration files for .o files to depend on.
config_h
=
config.h conf_post.h
config_h
=
config.h
$(srcdir)
/
conf_post.h
bootstrap_exe
=
$(abs_builddir)
/bootstrap-emacs
$(EXEEXT)
...
...
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