diff options
| author | Roland McGrath | 1995-12-30 12:01:44 +0000 |
|---|---|---|
| committer | Roland McGrath | 1995-12-30 12:01:44 +0000 |
| commit | 8f6410526ec19df0dd338ae07ba9a5521f13a69a (patch) | |
| tree | f44d6f83c1f6393c416512997b61b092c9156e7e /src | |
| parent | 80128ceb0479868600b90eb9f1eddcf102d72cdb (diff) | |
| download | emacs-8f6410526ec19df0dd338ae07ba9a5521f13a69a.tar.gz emacs-8f6410526ec19df0dd338ae07ba9a5521f13a69a.zip | |
(${etc}DOC): Remove spurious `cd' command line.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 47 |
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__.) */ |
| 348 | LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION | 348 | LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION |
| 349 | #else /* not LIBXT_STATIC */ | 349 | #else /* not LIBXT_STATIC */ |
| 350 | LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext | 350 | LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext |
| 351 | #endif /* not LIBXT_STATIC */ | 351 | #endif /* not LIBXT_STATIC */ |
| @@ -413,7 +413,7 @@ GNULIB_VAR = LIB_GCC | |||
| 413 | GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi` | 413 | GNULIB_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__ */ |
| 416 | GNULIB_VAR = | 416 | GNULIB_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 | ||
| 910 | abbrev.o: abbrev.c buffer.h commands.h $(config_h) | 909 | abbrev.o: abbrev.c buffer.h commands.h $(config_h) |
| 911 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 910 | buffer.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) |
| 913 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ | 912 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ |
| 914 | keyboard.h $(config_h) | 913 | keyboard.h $(config_h) |
| 915 | callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \ | 914 | callproc.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 |
| 917 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) | 916 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) |
| 918 | casetab.o: casetab.c buffer.h $(config_h) | 917 | casetab.o: casetab.c buffer.h $(config_h) |
| 919 | cm.o: cm.c cm.h termhooks.h $(config_h) | 918 | cm.o: cm.c cm.h termhooks.h $(config_h) |
| 920 | cmds.o: cmds.c syntax.h buffer.h commands.h window.h $(config_h) | 919 | cmds.o: cmds.c syntax.h buffer.h commands.h window.h $(config_h) |
| 921 | pre-crt0.o: pre-crt0.c | 920 | pre-crt0.o: pre-crt0.c |
| 922 | ecrt0.o: ecrt0.c $(config_h) | 921 | ecrt0.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 \ | |||
| 928 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h | 927 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h |
| 929 | doprnt.o: doprnt.c $(config_h) | 928 | doprnt.o: doprnt.c $(config_h) |
| 930 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) | 929 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) |
| 931 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 930 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 932 | emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) | 931 | emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) |
| 933 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 932 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 934 | filelock.o: filelock.c buffer.h paths.h $(config_h) | 933 | filelock.o: filelock.c buffer.h paths.h $(config_h) |
| 935 | filemode.o: filemode.c $(config_h) | 934 | filemode.o: filemode.c $(config_h) |
| 936 | getloadavg.o: getloadavg.c $(config_h) | 935 | getloadavg.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) |
| 943 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 942 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 944 | puresize.h $(config_h) | 943 | puresize.h $(config_h) |
| 945 | lastfile.o: lastfile.c $(config_h) | 944 | lastfile.o: lastfile.c $(config_h) |
| 946 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h) | 945 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h) |
| 947 | malloc.o: malloc.c $(config_h) | 946 | malloc.o: malloc.c $(config_h) |
| @@ -950,23 +949,23 @@ msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ | |||
| 950 | mktime.o: mktime.c $(config_h) | 949 | mktime.o: mktime.c $(config_h) |
| 951 | gmalloc.o: gmalloc.c $(config_h) | 950 | gmalloc.o: gmalloc.c $(config_h) |
| 952 | ralloc.o: ralloc.c $(config_h) | 951 | ralloc.o: ralloc.c $(config_h) |
| 953 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) | 952 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) |
| 954 | marker.o: marker.c buffer.h $(config_h) | 953 | marker.o: marker.c buffer.h $(config_h) |
| 955 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | 954 | minibuf.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) |
| 957 | mocklisp.o: mocklisp.c buffer.h $(config_h) | 956 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| 958 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 957 | process.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) |
| 960 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h | 959 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h |
| 961 | region-cache.o: region-cache.c buffer.h region-cache.h | 960 | region-cache.o: region-cache.c buffer.h region-cache.h |
| 962 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 961 | frame.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) |
| 964 | scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) | 963 | scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) |
| 965 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 964 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |
| 966 | blockinput.h $(config_h) | 965 | blockinput.h $(config_h) |
| 967 | strftime.o: strftime.c $(config_h) | 966 | strftime.o: strftime.c $(config_h) |
| 968 | $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $< | 967 | $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $< |
| 969 | syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) | 968 | syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) |
| 970 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 969 | sysdep.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 |
| 972 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 971 | term.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 \ | |||
| 974 | termcap.o: termcap.c $(config_h) | 973 | termcap.o: termcap.c $(config_h) |
| 975 | terminfo.o: terminfo.c $(config_h) | 974 | terminfo.o: terminfo.c $(config_h) |
| 976 | tparam.o: tparam.c $(config_h) | 975 | tparam.o: tparam.c $(config_h) |
| 977 | undo.o: undo.c buffer.h commands.h $(config_h) | 976 | undo.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. */ |
| 980 | UNEXEC_ALIAS=UNEXEC | 979 | UNEXEC_ALIAS=UNEXEC |
| @@ -983,9 +982,9 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) | |||
| 983 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 982 | window.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) |
| 985 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ | 984 | xdisp.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) |
| 987 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 986 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 988 | window.h $(config_h) | 987 | window.h $(config_h) |
| 989 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | 988 | xfns.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) |
| 991 | xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ | 990 | xmenu.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 \ | |||
| 993 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 992 | xterm.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) |
| 996 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) | 995 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) |
| 997 | xrdb.o: xrdb.c $(config_h) | 996 | xrdb.o: xrdb.c $(config_h) |
| 998 | hftctl.o: hftctl.c $(config_h) | 997 | hftctl.o: hftctl.c $(config_h) |
| 999 | 998 | ||