Mercurial > emacs
changeset 5434:c89fd1fbf068
(buffer.o): Don't depend on syntax.h.
(temacs): Delete redundant use of LDFLAGS.
(${etc}DOC): Fix typo in previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Jan 1994 06:41:18 +0000 |
parents | 7ac1e6f1565f |
children | d7408b99b88f |
files | src/Makefile.in |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Jan 04 06:38:43 1994 +0000 +++ b/src/Makefile.in Tue Jan 04 06:41:18 1994 +0000 @@ -26,8 +26,6 @@ CC=@CC@ CPP=@CPP@ CFLAGS=@CFLAGS@ -LDFLAGS= -C_SWITCH_SYSTEM= LN_S=@LN_S@ # These escaped doublequotes become part of the macro definition in emacs.c. # Thus, the definition is a C string constant. @@ -43,6 +41,10 @@ oldXMenudir = $(dot)$(dot)/oldXMenu/ config_h = config.h +CPPFLAGS= +LDFLAGS= +C_SWITCH_SYSTEM= + /* just to be sure the sh is used */ SHELL=/bin/sh @@ -555,7 +557,7 @@ ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} rm -f ${etc}DOC - ${libsrc}make-docfile -d ${srcdir} ${obj} SOME_MACHINE_OBJECTS + ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ ${lispdir}version.el > ${etc}DOC ${libsrc}make-docfile: @@ -567,7 +569,7 @@ #endif temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args - $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) ${LDFLAGS} \ + $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS}) ${ALL_LDFLAGS} \ -o temacs ${STARTFILES} ${obj} ${otherobj} \ OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES} @@ -683,7 +685,7 @@ and so rarely changed in ways that do require any. */ abbrev.o : abbrev.c buffer.h commands.h $(config_h) -buffer.o : buffer.c syntax.h buffer.h commands.h window.h \ +buffer.o : buffer.c buffer.h commands.h window.h \ INTERVAL_SRC blockinput.h $(config_h) callint.o : callint.c window.h commands.h buffer.h mocklisp.h \ keyboard.h $(config_h)