diff options
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 296c10c4208..7c2c344a2d4 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -56,8 +56,7 @@ FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK) | |||
| 56 | # | 56 | # |
| 57 | OBJ0 = $(BLD)/emacs.$(O) | 57 | OBJ0 = $(BLD)/emacs.$(O) |
| 58 | 58 | ||
| 59 | OBJ1 = $(BLD)/abbrev.$(O) \ | 59 | OBJ1 = $(BLD)/alloc.$(O) \ |
| 60 | $(BLD)/alloc.$(O) \ | ||
| 61 | $(BLD)/atimer.$(O) \ | 60 | $(BLD)/atimer.$(O) \ |
| 62 | $(BLD)/buffer.$(O) \ | 61 | $(BLD)/buffer.$(O) \ |
| 63 | $(BLD)/bytecode.$(O) \ | 62 | $(BLD)/bytecode.$(O) \ |