diff options
| author | Richard M. Stallman | 1998-08-02 00:30:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-08-02 00:30:33 +0000 |
| commit | 8f393ef9181cacbd74ccf5a9e694440cb27b0432 (patch) | |
| tree | eeaa22c7f876ba64f689da0af8b60aac81dd55b9 /src | |
| parent | 8a23f4d8a6c1cb5c0adb49252c3293415b23de68 (diff) | |
| download | emacs-8f393ef9181cacbd74ccf5a9e694440cb27b0432.tar.gz emacs-8f393ef9181cacbd74ccf5a9e694440cb27b0432.zip | |
(widget.o, xfns.o, xmenu.o):
Prepend $(srcdir)/ to rule dependencies outside this dir.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 55840161019..61f7e239d60 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | # Boston, MA 02111-1307, USA. | 19 | # Boston, MA 02111-1307, USA. |
| 20 | 20 | ||
| 21 | # Here are the things that we expect ../configure to edit. | 21 | # Here are the things that we expect ../configure to edit. |
| 22 | # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. | ||
| 22 | srcdir=@srcdir@ | 23 | srcdir=@srcdir@ |
| 23 | VPATH=@srcdir@ | 24 | VPATH=@srcdir@ |
| 24 | CC=@CC@ | 25 | CC=@CC@ |
| @@ -1081,7 +1082,7 @@ $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) | |||
| 1081 | w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h \ | 1082 | w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h \ |
| 1082 | msdos.h $(config_h) | 1083 | msdos.h $(config_h) |
| 1083 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | 1084 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ |
| 1084 | ../lwlib/lwlib.h $(config_h) | 1085 | $(srcdir)/../lwlib/lwlib.h $(config_h) |
| 1085 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 1086 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 1086 | termhooks.h disptab.h keyboard.h dispextern.h msdos.h $(config_h) | 1087 | termhooks.h disptab.h keyboard.h dispextern.h msdos.h $(config_h) |
| 1087 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ | 1088 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ |
| @@ -1090,9 +1091,9 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ | |||
| 1090 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 1091 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 1091 | window.h charset.h msdos.h $(config_h) | 1092 | window.h charset.h msdos.h $(config_h) |
| 1092 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ | 1093 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ |
| 1093 | ../lwlib/lwlib.h blockinput.h paths.h charset.h $(config_h) | 1094 | $(srcdir)/../lwlib/lwlib.h blockinput.h paths.h charset.h $(config_h) |
| 1094 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | 1095 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ |
| 1095 | ../lwlib/lwlib.h blockinput.h msdos.h $(config_h) | 1096 | $(srcdir)/../lwlib/lwlib.h blockinput.h msdos.h $(config_h) |
| 1096 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 1097 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 1097 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 1098 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 1098 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) | 1099 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) |