diff options
| author | Dave Love | 2000-04-14 12:40:49 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-14 12:40:49 +0000 |
| commit | f6a92bd8d167f24510fd6654fd190a6260f805fd (patch) | |
| tree | 61e7f1225fa0874fd94b500a27c45fc83889d8aa /src | |
| parent | 33fef74ef0ff32f409073b6824647ce11f7a0220 (diff) | |
| download | emacs-f6a92bd8d167f24510fd6654fd190a6260f805fd.tar.gz emacs-f6a92bd8d167f24510fd6654fd190a6260f805fd.zip | |
(LIBOBJS): New variable.
(obj): Use it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0f777ca38e0..0d3f1f3d767 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -32,6 +32,7 @@ LN_S=@LN_S@ | |||
| 32 | # BSD doesn't have it as a default. | 32 | # BSD doesn't have it as a default. |
| 33 | @SET_MAKE@ | 33 | @SET_MAKE@ |
| 34 | LIBS = @LIBS@ | 34 | LIBS = @LIBS@ |
| 35 | LIBOBJS = @LIBOBJS@ | ||
| 35 | 36 | ||
| 36 | # On Xenix and the IBM RS6000, double-dot gets screwed up. | 37 | # On Xenix and the IBM RS6000, double-dot gets screwed up. |
| 37 | dot = . | 38 | dot = . |
| @@ -551,7 +552,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \ | |||
| 551 | process.o callproc.o \ | 552 | process.o callproc.o \ |
| 552 | region-cache.o sound.o atimer.o \ | 553 | region-cache.o sound.o atimer.o \ |
| 553 | doprnt.o strftime.o intervals.o textprop.o composite.o \ | 554 | doprnt.o strftime.o intervals.o textprop.o composite.o \ |
| 554 | @LIBOBJS@ MSDOS_OBJ | 555 | $(LIBOBJS) MSDOS_OBJ |
| 555 | 556 | ||
| 556 | /* Object files used on some machine or other. | 557 | /* Object files used on some machine or other. |
| 557 | These go in the DOC file on all machines | 558 | These go in the DOC file on all machines |