aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-20 08:16:32 +0000
committerRichard M. Stallman1994-05-20 08:16:32 +0000
commitc04d7da3f0eb2623b25482dab675f9f78bc45605 (patch)
tree9fbcda68ca41be065c78c8c3c6404f874721e977 /src
parent9e7ad89a3a903e07eab5e4a4d6532a9c4c83c9e8 (diff)
downloademacs-c04d7da3f0eb2623b25482dab675f9f78bc45605.tar.gz
emacs-c04d7da3f0eb2623b25482dab675f9f78bc45605.zip
(UNEXEC_ALIAS): New variable, used to make the unex...o target.
(ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in5
1 files changed, 4 insertions, 1 deletions
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)
817terminfo.o : terminfo.c $(config_h) 817terminfo.o : terminfo.c $(config_h)
818tparam.o : tparam.c $(config_h) 818tparam.o : tparam.c $(config_h)
819undo.o : undo.c buffer.h commands.h $(config_h) 819undo.o : undo.c buffer.h commands.h $(config_h)
820UNEXEC : UNEXEC_SRC $(config_h) 820/* This hack is to discard any space that cpp might put at the beginning
821 of UNEXEC when substituting it in. */
822UNEXEC_ALIAS=UNEXEC
823$(UNEXEC_ALIAS) : UNEXEC_SRC $(config_h)
821widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) 824widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h)
822window.o : window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 825window.o : window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
823 termhooks.h disptab.h keyboard.h $(config_h) 826 termhooks.h disptab.h keyboard.h $(config_h)