aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index c50528b6890..155ad9081bd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -26,8 +26,6 @@ VPATH=@srcdir@
26CC=@CC@ 26CC=@CC@
27CPP=@CPP@ 27CPP=@CPP@
28CFLAGS=@CFLAGS@ 28CFLAGS=@CFLAGS@
29LDFLAGS=
30C_SWITCH_SYSTEM=
31LN_S=@LN_S@ 29LN_S=@LN_S@
32# These escaped doublequotes become part of the macro definition in emacs.c. 30# These escaped doublequotes become part of the macro definition in emacs.c.
33# Thus, the definition is a C string constant. 31# Thus, the definition is a C string constant.
@@ -43,6 +41,10 @@ cppdir = $(dot)$(dot)/cpp/
43oldXMenudir = $(dot)$(dot)/oldXMenu/ 41oldXMenudir = $(dot)$(dot)/oldXMenu/
44config_h = config.h 42config_h = config.h
45 43
44CPPFLAGS=
45LDFLAGS=
46C_SWITCH_SYSTEM=
47
46/* just to be sure the sh is used */ 48/* just to be sure the sh is used */
47SHELL=/bin/sh 49SHELL=/bin/sh
48 50
@@ -555,7 +557,7 @@ emacs: temacs ${etc}DOC ${lisp}
555 557
556${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} 558${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp}
557 rm -f ${etc}DOC 559 rm -f ${etc}DOC
558 ${libsrc}make-docfile -d ${srcdir} ${obj} SOME_MACHINE_OBJECTS 560 ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \
559 ${lispdir}version.el > ${etc}DOC 561 ${lispdir}version.el > ${etc}DOC
560 562
561${libsrc}make-docfile: 563${libsrc}make-docfile:
@@ -567,7 +569,7 @@ ${libsrc}make-docfile:
567#endif 569#endif
568 570
569temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args 571temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args
570 $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) ${LDFLAGS} \ 572 $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS}) ${ALL_LDFLAGS} \
571 -o temacs ${STARTFILES} ${obj} ${otherobj} \ 573 -o temacs ${STARTFILES} ${obj} ${otherobj} \
572 OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES} 574 OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}
573 575
@@ -683,7 +685,7 @@ alloca.o : alloca.s config.h
683 and so rarely changed in ways that do require any. */ 685 and so rarely changed in ways that do require any. */
684 686
685abbrev.o : abbrev.c buffer.h commands.h $(config_h) 687abbrev.o : abbrev.c buffer.h commands.h $(config_h)
686buffer.o : buffer.c syntax.h buffer.h commands.h window.h \ 688buffer.o : buffer.c buffer.h commands.h window.h \
687 INTERVAL_SRC blockinput.h $(config_h) 689 INTERVAL_SRC blockinput.h $(config_h)
688callint.o : callint.c window.h commands.h buffer.h mocklisp.h \ 690callint.o : callint.c window.h commands.h buffer.h mocklisp.h \
689 keyboard.h $(config_h) 691 keyboard.h $(config_h)