aboutsummaryrefslogtreecommitdiffstats
path: root/src/deps.mk
diff options
context:
space:
mode:
authorStefan Kangas2024-12-28 21:35:07 +0100
committerStefan Kangas2024-12-28 21:35:07 +0100
commitc70d595708cd0dc19e85e58148a75df21d80f9b2 (patch)
tree9ea02c4ecc00d789e66c294730986552ea7ac0f7 /src/deps.mk
parent305bd550cf28045505e76c2b23f51860da914310 (diff)
downloademacs-c70d595708cd0dc19e85e58148a75df21d80f9b2.tar.gz
emacs-c70d595708cd0dc19e85e58148a75df21d80f9b2.zip
Delete firstfile.c and lastfile.c
With the removal of unexec and purespace, the definitions in these files are no longer used. Remove them. * src/firstfile.c: * src/lastfile.c: Delete unused files. * configure.ac (PRE_ALLOC_OBJ, POST_ALLOC_OBJ, FIRSTFILE_OBJ): Remove variables and dependent code. * msdos/autogen/Makefile.in: * msdos/sed1v2.inp: * src/Makefile.in: Don't use above deleted variables. * src/deps.mk: Remove lastfile.c dependencies.
Diffstat (limited to 'src/deps.mk')
-rw-r--r--src/deps.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk
index 0ba43a014f8..80937e26b10 100644
--- a/src/deps.mk
+++ b/src/deps.mk
@@ -137,7 +137,6 @@ keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
137keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 137keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
138 atimer.h systime.h character.h charset.h $(INTERVALS_H) \ 138 atimer.h systime.h character.h charset.h $(INTERVALS_H) \
139 keymap.h window.h coding.h frame.h lisp.h globals.h $(config_h) 139 keymap.h window.h coding.h frame.h lisp.h globals.h $(config_h)
140lastfile.o: lastfile.c $(config_h)
141macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h msdos.h \ 140macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h msdos.h \
142 dispextern.h lisp.h globals.h $(config_h) systime.h coding.h composite.h 141 dispextern.h lisp.h globals.h $(config_h) systime.h coding.h composite.h
143gmalloc.o: gmalloc.c $(config_h) 142gmalloc.o: gmalloc.c $(config_h)