diff options
| author | Richard M. Stallman | 1994-05-20 08:16:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-20 08:16:32 +0000 |
| commit | c04d7da3f0eb2623b25482dab675f9f78bc45605 (patch) | |
| tree | 9fbcda68ca41be065c78c8c3c6404f874721e977 /src | |
| parent | 9e7ad89a3a903e07eab5e4a4d6532a9c4c83c9e8 (diff) | |
| download | emacs-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.in | 5 |
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) | |||
| 817 | terminfo.o : terminfo.c $(config_h) | 817 | terminfo.o : terminfo.c $(config_h) |
| 818 | tparam.o : tparam.c $(config_h) | 818 | tparam.o : tparam.c $(config_h) |
| 819 | undo.o : undo.c buffer.h commands.h $(config_h) | 819 | undo.o : undo.c buffer.h commands.h $(config_h) |
| 820 | UNEXEC : 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. */ | ||
| 822 | UNEXEC_ALIAS=UNEXEC | ||
| 823 | $(UNEXEC_ALIAS) : UNEXEC_SRC $(config_h) | ||
| 821 | widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) | 824 | widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) |
| 822 | window.o : window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 825 | window.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) |