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
bffc71d6
Commit
bffc71d6
authored
Jan 10, 2001
by
Gerd Moellmann
Browse files
(${etc}DOC): Depend on ${shortlisp} and
${SOME_MACHINE_LISP}, not ${lisp}.
parent
ad4ac636
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/Makefile.in
src/Makefile.in
+3
-2
No files found.
src/Makefile.in
View file @
bffc71d6
# Makefile for GNU Emacs.
# Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000 Free Software Foundation, Inc.
# Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000, 2001
# Free Software Foundation, Inc.
# This file is part of GNU Emacs.
...
...
@@ -834,7 +835,7 @@ emacs: temacs ${etc}DOC ${lisp}
for
the
first
time,
this
prevents
any
variation
between
configurations
in
the
contents
of
the
DOC
file.
Likewise
for
${SOME_MACHINE_LISP}.
*/
${etc}DOC
:
${libsrc}make-docfile ${obj} ${
lisp
}
${etc}DOC
:
${libsrc}make-docfile ${obj} ${
shortlisp} ${SOME_MACHINE_LISP
}
-
rm
-f
${etc}
DOC
${libsrc}
make-docfile
-d
${srcdir}
${SOME_MACHINE_OBJECTS}
${obj}
>
${etc}
DOC
${libsrc}
make-docfile
-a
${etc}
DOC
-d
${srcdir}
${SOME_MACHINE_LISP}
${shortlisp}
...
...
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