mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
(LIBOBJS): New variable.
(obj): Use it.
This commit is contained in:
parent
33fef74ef0
commit
f6a92bd8d1
@ -32,6 +32,7 @@ LN_S=@LN_S@
|
|||||||
# BSD doesn't have it as a default.
|
# BSD doesn't have it as a default.
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
LIBOBJS = @LIBOBJS@
|
||||||
|
|
||||||
# On Xenix and the IBM RS6000, double-dot gets screwed up.
|
# On Xenix and the IBM RS6000, double-dot gets screwed up.
|
||||||
dot = .
|
dot = .
|
||||||
@ -551,7 +552,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \
|
|||||||
process.o callproc.o \
|
process.o callproc.o \
|
||||||
region-cache.o sound.o atimer.o \
|
region-cache.o sound.o atimer.o \
|
||||||
doprnt.o strftime.o intervals.o textprop.o composite.o \
|
doprnt.o strftime.o intervals.o textprop.o composite.o \
|
||||||
@LIBOBJS@ MSDOS_OBJ
|
$(LIBOBJS) MSDOS_OBJ
|
||||||
|
|
||||||
/* Object files used on some machine or other.
|
/* Object files used on some machine or other.
|
||||||
These go in the DOC file on all machines
|
These go in the DOC file on all machines
|
||||||
|
Loading…
Reference in New Issue
Block a user