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
6610f4b2
Commit
6610f4b2
authored
Dec 06, 2000
by
Andrew Innes
Browse files
(lisp): Set to an absolute directory, namely
$(CURDIR).
parent
5569da45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/makefile.w32-in
lisp/makefile.w32-in
+1
-2
No files found.
lisp/ChangeLog
View file @
6610f4b2
2000-12-06 Andrew Innes <andrewi@gnu.org>
* makefile.w32-in (lisp): Set to an absolute directory, namely
$(CURDIR).
2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
* emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
* emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
...
...
lisp/makefile.w32-in
View file @
6610f4b2
...
@@ -27,8 +27,7 @@ all: $(ALL)
...
@@ -27,8 +27,7 @@ all: $(ALL)
SQUOTE
=
'
SQUOTE
=
'
# '
# '
#lisp=$(MAKEDIR:\=/)
lisp
=
$(CURDIR)
lisp
=
.
# You can specify a different executable on the make command line,
# You can specify a different executable on the make command line,
# e.g. "make EMACS=../src/emacs ...".
# e.g. "make EMACS=../src/emacs ...".
...
...
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