From: Juanma Barranquero Date: Wed, 28 Aug 2002 12:26:57 +0000 (+0000) Subject: Add missing dependencies on w32term.h and composite.h. X-Git-Tag: ttn-vms-21-2-B4~13523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a821edb8ec1106c7c3581e04a5f404e39c8ad016;p=emacs.git Add missing dependencies on w32term.h and composite.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 198d01f58af..e602c5ab766 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2002-08-28 Juanma Barranquero + * makefile.w32-in: Add missing dependencies on w32term.h and + composite.h. + * emacs.c (USAGE1): Add missing newline. 2002-08-27 Andrew Choi diff --git a/src/makefile.w32-in b/src/makefile.w32-in index b9b1b2a85ab..9389e7b5b3e 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -582,6 +582,7 @@ $(BLD)/frame.$(O) : \ $(SRC)/window.h \ $(SRC)/buffer.h \ $(SRC)/commands.h \ + $(SRC)/w32term.h \ $(SRC)/keyboard.h $(BLD)/getloadavg.$(O) : \ @@ -783,6 +784,7 @@ $(BLD)/w32proc.$(O) : \ $(SRC)/config.h \ $(SRC)/w32.h \ $(SRC)/w32heap.h \ + $(SRC)/w32term.h \ $(SRC)/systime.h $(BLD)/w32console.$(O) : \ @@ -1022,7 +1024,8 @@ $(BLD)/window.$(O) : \ $(SRC)/termchar.h \ $(SRC)/disptab.h \ $(SRC)/keyboard.h \ - $(SRC)/composite.h + $(SRC)/composite.h \ + $(SRC)/w32term.h $(BLD)/xdisp.$(O) : \ $(SRC)/xdisp.c \ @@ -1040,6 +1043,7 @@ $(BLD)/xdisp.$(O) : \ $(SRC)/termhooks.h \ $(SRC)/dispextern.h \ $(SRC)/w32gui.h \ + $(SRC)/w32term.h \ $(SRC)/intervals.h \ $(SRC)/composite.h @@ -1084,6 +1088,7 @@ $(BLD)/w32menu.$(O): \ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/w32menu.c \ + $(SRC)/w32term.h \ $(SRC)/termhooks.h \ $(SRC)/frame.h \ $(SRC)/window.h \ @@ -1127,7 +1132,8 @@ $(BLD)/w32select.$(O): \ $(SRC)/w32gui.h \ $(SRC)/dispextern.h \ $(SRC)/frame.h \ - $(SRC)/blockinput.h + $(SRC)/blockinput.h \ + $(SRC)/composite.h $(BLD)/w32reg.$(O): \ $(EMACS_ROOT)/src/s/ms-w32.h \ @@ -1143,6 +1149,7 @@ $(BLD)/w32xfns.$(O): \ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/w32xfns.c \ + $(SRC)/w32term.h $(BLD)/w32bdf.$(O): \ $(EMACS_ROOT)/src/s/ms-w32.h \