]> code.delx.au - gnu-emacs/commitdiff
(buffer.o): Don't depend on syntax.h.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 1994 06:41:18 +0000 (06:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 1994 06:41:18 +0000 (06:41 +0000)
(temacs): Delete redundant use of LDFLAGS.

(${etc}DOC): Fix typo in previous change.

src/Makefile.in

index c50528b68902d7b92bf63c352f2da0b8e4259003..155ad9081bdd6da21870579153ecc54df37dcfe9 100644 (file)
@@ -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)