aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-08-02 00:30:33 +0000
committerRichard M. Stallman1998-08-02 00:30:33 +0000
commit8f393ef9181cacbd74ccf5a9e694440cb27b0432 (patch)
treeeeaa22c7f876ba64f689da0af8b60aac81dd55b9 /src
parent8a23f4d8a6c1cb5c0adb49252c3293415b23de68 (diff)
downloademacs-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.in7
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.
22srcdir=@srcdir@ 23srcdir=@srcdir@
23VPATH=@srcdir@ 24VPATH=@srcdir@
24CC=@CC@ 25CC=@CC@
@@ -1081,7 +1082,7 @@ $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h)
1081w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h \ 1082w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h \
1082 msdos.h $(config_h) 1083 msdos.h $(config_h)
1083widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ 1084widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1084 ../lwlib/lwlib.h $(config_h) 1085 $(srcdir)/../lwlib/lwlib.h $(config_h)
1085window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1086window.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)
1087xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ 1088xdisp.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 \
1090xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1091xfaces.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)
1092xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ 1093xfns.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)
1094xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ 1095xmenu.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)
1096xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ 1097xterm.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)