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
d95ebf76
Commit
d95ebf76
authored
May 23, 1994
by
Richard M. Stallman
Browse files
(${etc}DOC): Ignore error from rm.
(MSDOS_SUPPORT): New variable. (lisp): Use MSDOS_SUPPORT.
parent
afce6ded
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
src/Makefile.in
src/Makefile.in
+8
-1
No files found.
src/Makefile.in
View file @
d95ebf76
...
...
@@ -525,6 +525,12 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
#define VMS_SUPPORT
#endif
#ifdef MSDOS
#define MSDOS_SUPPORT ${lispdir}ls-lisp.elc ${lispdir}disp-tab.elc ${lispdir}dos-fns.elc ${lispdir}mouse.elc
#else
#define MSDOS_SUPPORT
#endif
/*
List
of
Lisp
files
loaded
into
the
dumped
Emacs.
It
's arranged
like this because it'
s
easier
to
generate
it
semi-mechanically
from
loadup.el
this
way.
...
...
@@ -560,6 +566,7 @@ lisp= \
${lispdir}
text-mode.elc
\
${lispdir}
vc-hooks.elc
\
VMS_SUPPORT
\
MSDOS_SUPPORT
\
${lispdir}
window.elc
\
${lispdir}
version.el
...
...
@@ -600,7 +607,7 @@ emacs: temacs ${etc}DOC ${lisp}
#endif /* ! defined (CANNOT_DUMP) */
${etc}DOC
:
${libsrc}make-docfile ${obj} ${lisp}
rm
-f
${etc}
DOC
-
rm
-f
${etc}
DOC
${libsrc}
make-docfile
-d
${srcdir}
${obj}
${SOME_MACHINE_OBJECTS}
\
${lisp}
>
${etc}
DOC
...
...
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