Mercurial > emacs
changeset 7586:db8237533825
(UNEXEC_ALIAS): New variable, used to make the unex...o target.
(ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 20 May 1994 08:16:32 +0000 |
parents | 64976da3fb8a |
children | efaee8861ad4 |
files | src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Fri May 20 08:12:52 1994 +0000 +++ b/src/Makefile.in Fri May 20 08:16:32 1994 +0000 @@ -817,7 +817,10 @@ terminfo.o : terminfo.c $(config_h) tparam.o : tparam.c $(config_h) undo.o : undo.c buffer.h commands.h $(config_h) -UNEXEC : UNEXEC_SRC $(config_h) +/* This hack is to discard any space that cpp might put at the beginning + of UNEXEC when substituting it in. */ +UNEXEC_ALIAS=UNEXEC +$(UNEXEC_ALIAS) : UNEXEC_SRC $(config_h) widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) window.o : window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ termhooks.h disptab.h keyboard.h $(config_h)