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
12855572
Commit
12855572
authored
May 20, 2008
by
Kenichi Handa
Browse files
(obj): Fix previous change.
parent
ad00e1a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ChangeLog
src/ChangeLog
+1
-1
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/ChangeLog
View file @
12855572
...
...
@@ -3,7 +3,7 @@
* Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
font.h through out the file.
(FONT_DRIVERS): Renamed from FONTOBJ.
(obj):
Delet
e $(FONTOBJ). Add font.o.
(obj):
Chang
e $(FONTOBJ)
to $(FONT_DRIVERS)
. Add font.o.
(SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
* emacs.c (main): Call syms_of_font unconditionally.
...
...
src/Makefile.in
View file @
12855572
...
...
@@ -564,7 +564,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \
process.o callproc.o
\
region-cache.o sound.o atimer.o
\
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o
\
$(MSDOS_OBJ)
$(MAC_OBJ)
$(CYGWIN_OBJ)
$(MSDOS_OBJ)
$(MAC_OBJ)
$(CYGWIN_OBJ)
$(FONT_DRIVERS)
/*
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