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
633796fe
Commit
633796fe
authored
May 04, 1995
by
Richard M. Stallman
Browse files
(${etc}DOC): Put SOME_MACHINE_OBJECTS before obj.
parent
5260234d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/Makefile.in
src/Makefile.in
+6
-1
No files found.
src/Makefile.in
View file @
633796fe
...
...
@@ -667,9 +667,14 @@ emacs: temacs ${etc}DOC ${lisp}
/*
We
run
make-docfile
twice
because
the
command
line
may
get
too
long
on
some
systems.
*/
/*
${SOME_MACHINE_OBJECTS}
comes
before
${obj}
because
some
files
may
or
may
not
be
included
in
${obj},
but
they
are
always
included
in
${SOME_MACHINE_OBJECTS}.
Since
a
file
is
processed
when
it
is
mentioned
for
the
first
time,
this
prevents
any
variation
between
configurations
in
the
contents
of
the
DOC
file.
*/
${etc}DOC
:
${libsrc}make-docfile ${obj} ${lisp}
-
rm
-f
${etc}
DOC
${libsrc}
make-docfile
-d
${srcdir}
${obj}
${SOME_MACHINE_OBJECTS}
>
${etc}
DOC
${libsrc}
make-docfile
-d
${srcdir}
${SOME_MACHINE_OBJECTS}
${obj}
>
${etc}
DOC
${libsrc}
make-docfile
-a
${etc}
DOC
-d
${srcdir}
${lisp}
${libsrc}make-docfile
:
...
...
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