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
2e6edd06
Commit
2e6edd06
authored
Oct 04, 1994
by
Richard M. Stallman
Browse files
(MKTIME_OBJ): New variable.
(obj): Use MKTIME_OBJ.
parent
9698a73e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/Makefile.in
src/Makefile.in
+7
-1
No files found.
src/Makefile.in
View file @
2e6edd06
...
...
@@ -449,6 +449,12 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
#define GETLOADAVG_OBJ getloadavg.o
#endif
#ifdef HAVE_MKTIME
#define MKTIME_OBJ
#else
#define MKTIME_OBJ mktime.o
#endif
/*
lastfile
must
follow
all
files
whose
initialized
data
areas
should
be
dumped
as
pure
by
dump-emacs.
*/
obj
=
dispnew.o frame.o scroll.o xdisp.o window.o
\
...
...
@@ -461,7 +467,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o window.o \
eval.o floatfns.o fns.o print.o lread.o
\
abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o
\
process.o callproc.o
\
doprnt.o strftime.o
mktime.o
GETLOADAVG_OBJ
doprnt.o strftime.o
MKTIME_OBJ
GETLOADAVG_OBJ
/*
Object
files
used
on
some
machine
or
other.
These
go
in
the
DOC
file
on
all
machines
...
...
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