From c04d7da3f0eb2623b25482dab675f9f78bc45605 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 20 May 1994 08:16:32 +0000 Subject: [PATCH] (UNEXEC_ALIAS): New variable, used to make the unex...o target. (ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX. --- src/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 459a4b38ae5..d1f699d9797 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -817,7 +817,10 @@ termcap.o : termcap.c $(config_h) 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) -- 2.39.5