From: Richard M. Stallman Date: Tue, 4 Jan 1994 06:41:18 +0000 (+0000) Subject: (buffer.o): Don't depend on syntax.h. X-Git-Tag: emacs-19.34~10417 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/02e8e1677be89f4f605e4c41d56962fa18c4f83a (buffer.o): Don't depend on syntax.h. (temacs): Delete redundant use of LDFLAGS. (${etc}DOC): Fix typo in previous change. --- diff --git a/src/Makefile.in b/src/Makefile.in index c50528b689..155ad9081b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -26,8 +26,6 @@ VPATH=@srcdir@ 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 @@ cppdir = $(dot)$(dot)/cpp/ 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 @@ emacs: temacs ${etc}DOC ${lisp} ${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 @@ ${libsrc}make-docfile: #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 @@ alloca.o : alloca.s config.h 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)