aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1995-12-30 12:01:44 +0000
committerRoland McGrath1995-12-30 12:01:44 +0000
commit8f6410526ec19df0dd338ae07ba9a5521f13a69a (patch)
treef44d6f83c1f6393c416512997b61b092c9156e7e /src
parent80128ceb0479868600b90eb9f1eddcf102d72cdb (diff)
downloademacs-8f6410526ec19df0dd338ae07ba9a5521f13a69a.tar.gz
emacs-8f6410526ec19df0dd338ae07ba9a5521f13a69a.zip
(${etc}DOC): Remove spurious `cd' command line.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in47
1 files changed, 23 insertions, 24 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 86a111e041e..b707fa9e8e4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -187,7 +187,7 @@ CC = C_COMPILER
187#ifndef ORDINARY_LINK 187#ifndef ORDINARY_LINK
188 188
189#ifndef CRT0_COMPILE 189#ifndef CRT0_COMPILE
190#define CRT0_COMPILE $(CC) -c $(ALL_CFLAGS) C_SWITCH_ASM 190#define CRT0_COMPILE $(CC) -c $(ALL_CFLAGS) C_SWITCH_ASM
191#endif 191#endif
192 192
193#ifndef START_FILES 193#ifndef START_FILES
@@ -345,7 +345,7 @@ LIBXTR6 = -lSM -lICE
345/* We assume the config files have defined STATIC_OPTION 345/* We assume the config files have defined STATIC_OPTION
346 since that might depend on the operating system. 346 since that might depend on the operating system.
347 (Don't forget you need different definitions with and without __GNUC__.) */ 347 (Don't forget you need different definitions with and without __GNUC__.) */
348LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION 348LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION
349#else /* not LIBXT_STATIC */ 349#else /* not LIBXT_STATIC */
350LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext 350LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext
351#endif /* not LIBXT_STATIC */ 351#endif /* not LIBXT_STATIC */
@@ -413,7 +413,7 @@ GNULIB_VAR = LIB_GCC
413GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi` 413GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi`
414#endif /* __GNUC__ < 2 */ 414#endif /* __GNUC__ < 2 */
415#else /* not __GNUC__ */ 415#else /* not __GNUC__ */
416GNULIB_VAR = 416GNULIB_VAR =
417 417
418#endif /* not __GNUC__ */ 418#endif /* not __GNUC__ */
419#endif /* not ORDINARY_LINK */ 419#endif /* not ORDINARY_LINK */
@@ -689,7 +689,7 @@ shortlisp= \
689 ../lisp/version.el 689 ../lisp/version.el
690 690
691/* Lisp files that may or may not be used. 691/* Lisp files that may or may not be used.
692 We must unconditionally put them in the DOC file. 692 We must unconditionally put them in the DOC file.
693 We use ../lisp/ to start the file names 693 We use ../lisp/ to start the file names
694 to reduce the size of the argument list for make-docfile 694 to reduce the size of the argument list for make-docfile
695 for the sake of systems which can't handle large ones. */ 695 for the sake of systems which can't handle large ones. */
@@ -748,7 +748,6 @@ emacs: temacs ${etc}DOC ${lisp}
748${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} 748${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp}
749 -rm -f ${etc}DOC 749 -rm -f ${etc}DOC
750 ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC 750 ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC
751 cd
752 ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp} 751 ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp}
753 752
754${libsrc}make-docfile: 753${libsrc}make-docfile:
@@ -907,17 +906,17 @@ alloca.o : alloca.s $(config_h)
907 it is so often changed in ways that do not require any recompilation 906 it is so often changed in ways that do not require any recompilation
908 and so rarely changed in ways that do require any. */ 907 and so rarely changed in ways that do require any. */
909 908
910abbrev.o: abbrev.c buffer.h commands.h $(config_h) 909abbrev.o: abbrev.c buffer.h commands.h $(config_h)
911buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ 910buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
912 INTERVAL_SRC blockinput.h $(config_h) 911 INTERVAL_SRC blockinput.h $(config_h)
913callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ 912callint.o: callint.c window.h commands.h buffer.h mocklisp.h \
914 keyboard.h $(config_h) 913 keyboard.h $(config_h)
915callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \ 914callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \
916 process.h systty.h syssignal.h 915 process.h systty.h syssignal.h
917casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) 916casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h)
918casetab.o: casetab.c buffer.h $(config_h) 917casetab.o: casetab.c buffer.h $(config_h)
919cm.o: cm.c cm.h termhooks.h $(config_h) 918cm.o: cm.c cm.h termhooks.h $(config_h)
920cmds.o: cmds.c syntax.h buffer.h commands.h window.h $(config_h) 919cmds.o: cmds.c syntax.h buffer.h commands.h window.h $(config_h)
921pre-crt0.o: pre-crt0.c 920pre-crt0.o: pre-crt0.c
922ecrt0.o: ecrt0.c $(config_h) 921ecrt0.o: ecrt0.c $(config_h)
923 CRT0_COMPILE ${srcdir}/ecrt0.c 922 CRT0_COMPILE ${srcdir}/ecrt0.c
@@ -928,9 +927,9 @@ dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
928doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h 927doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h
929doprnt.o: doprnt.c $(config_h) 928doprnt.o: doprnt.c $(config_h)
930dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 929dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
931editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 930editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
932emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) 931emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h)
933fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 932fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
934filelock.o: filelock.c buffer.h paths.h $(config_h) 933filelock.o: filelock.c buffer.h paths.h $(config_h)
935filemode.o: filemode.c $(config_h) 934filemode.o: filemode.c $(config_h)
936getloadavg.o: getloadavg.c $(config_h) 935getloadavg.o: getloadavg.c $(config_h)
@@ -941,7 +940,7 @@ keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \
941 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 940 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
942 systty.h systime.h dispextern.h intervals.h blockinput.h xterm.h $(config_h) 941 systty.h systime.h dispextern.h intervals.h blockinput.h xterm.h $(config_h)
943keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 942keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
944 puresize.h $(config_h) 943 puresize.h $(config_h)
945lastfile.o: lastfile.c $(config_h) 944lastfile.o: lastfile.c $(config_h)
946macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h) 945macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h)
947malloc.o: malloc.c $(config_h) 946malloc.o: malloc.c $(config_h)
@@ -950,23 +949,23 @@ msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \
950mktime.o: mktime.c $(config_h) 949mktime.o: mktime.c $(config_h)
951gmalloc.o: gmalloc.c $(config_h) 950gmalloc.o: gmalloc.c $(config_h)
952ralloc.o: ralloc.c $(config_h) 951ralloc.o: ralloc.c $(config_h)
953vm-limit.o: vm-limit.c mem-limits.h $(config_h) 952vm-limit.o: vm-limit.c mem-limits.h $(config_h)
954marker.o: marker.c buffer.h $(config_h) 953marker.o: marker.c buffer.h $(config_h)
955minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ 954minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \
956 buffer.h commands.h $(config_h) 955 buffer.h commands.h $(config_h)
957mocklisp.o: mocklisp.c buffer.h $(config_h) 956mocklisp.o: mocklisp.c buffer.h $(config_h)
958process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 957process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
959 commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) 958 commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h)
960regex.o: regex.c syntax.h buffer.h $(config_h) regex.h 959regex.o: regex.c syntax.h buffer.h $(config_h) regex.h
961region-cache.o: region-cache.c buffer.h region-cache.h 960region-cache.o: region-cache.c buffer.h region-cache.h
962frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 961frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
963 buffer.h $(config_h) 962 buffer.h $(config_h)
964scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) 963scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h)
965search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 964search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
966 blockinput.h $(config_h) 965 blockinput.h $(config_h)
967strftime.o: strftime.c $(config_h) 966strftime.o: strftime.c $(config_h)
968 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $< 967 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $<
969syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) 968syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h)
970sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 969sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
971 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h 970 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h
972term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 971term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
@@ -974,7 +973,7 @@ term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
974termcap.o: termcap.c $(config_h) 973termcap.o: termcap.c $(config_h)
975terminfo.o: terminfo.c $(config_h) 974terminfo.o: terminfo.c $(config_h)
976tparam.o: tparam.c $(config_h) 975tparam.o: tparam.c $(config_h)
977undo.o: undo.c buffer.h commands.h $(config_h) 976undo.o: undo.c buffer.h commands.h $(config_h)
978/* This hack is to discard any space that cpp might put at the beginning 977/* This hack is to discard any space that cpp might put at the beginning
979 of UNEXEC when substituting it in. */ 978 of UNEXEC when substituting it in. */
980UNEXEC_ALIAS=UNEXEC 979UNEXEC_ALIAS=UNEXEC
@@ -983,9 +982,9 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h)
983window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 982window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
984 termhooks.h disptab.h keyboard.h $(config_h) 983 termhooks.h disptab.h keyboard.h $(config_h)
985xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ 984xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \
986 termchar.h frame.h window.h disptab.h termhooks.h $(config_h) 985 termchar.h frame.h window.h disptab.h termhooks.h $(config_h)
987xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 986xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
988 window.h $(config_h) 987 window.h $(config_h)
989xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ 988xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \
990 blockinput.h paths.h $(config_h) 989 blockinput.h paths.h $(config_h)
991xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ 990xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \
@@ -993,7 +992,7 @@ xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \
993xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ 992xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
994 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ 993 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \
995 keyboard.h gnu.h sink.h sinkmask.h $(config_h) 994 keyboard.h gnu.h sink.h sinkmask.h $(config_h)
996xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) 995xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h)
997xrdb.o: xrdb.c $(config_h) 996xrdb.o: xrdb.c $(config_h)
998hftctl.o: hftctl.c $(config_h) 997hftctl.o: hftctl.c $(config_h)
999 998