mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
* configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
* msdos/sed1v2.inp: Remove reference to prefix-args.
* prefix-args.c: Remove file.
* src/autodeps.mk (ALLOBJS): Remove reference to prefix-args.
* src/Makefile.in (temacs${EXEEXT}): Remove references to
PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
(mostlyclean): Remove reference to prefix-args.
(prefix-args): Remove.
6 lines
194 B
Makefile
6 lines
194 B
Makefile
### autodeps.mk --- src/Makefile fragment for GNU Emacs
|
|
|
|
## This is inserted in src/Makefile if AUTO_DEPEND=yes.
|
|
|
|
ALLOBJS=$(START_FILES) ${obj} ${otherobj}
|
|
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)
|