# HG changeset patch # User Juanma Barranquero # Date 1030537597 0 # Node ID 3e7cd96fd0816ae8719b0be4a0a8ab0ebaa7552d # Parent ce57755693143f5673b60df36cecfa7b3b421c2a Add missing dependencies on w32term.h and composite.h. diff -r ce5775569314 -r 3e7cd96fd081 src/makefile.w32-in --- a/src/makefile.w32-in Wed Aug 28 10:44:24 2002 +0000 +++ b/src/makefile.w32-in Wed Aug 28 12:26:37 2002 +0000 @@ -582,6 +582,7 @@ $(SRC)/window.h \ $(SRC)/buffer.h \ $(SRC)/commands.h \ + $(SRC)/w32term.h \ $(SRC)/keyboard.h $(BLD)/getloadavg.$(O) : \ @@ -783,6 +784,7 @@ $(SRC)/config.h \ $(SRC)/w32.h \ $(SRC)/w32heap.h \ + $(SRC)/w32term.h \ $(SRC)/systime.h $(BLD)/w32console.$(O) : \ @@ -1022,7 +1024,8 @@ $(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 @@ $(SRC)/termhooks.h \ $(SRC)/dispextern.h \ $(SRC)/w32gui.h \ + $(SRC)/w32term.h \ $(SRC)/intervals.h \ $(SRC)/composite.h @@ -1084,6 +1088,7 @@ $(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 @@ $(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 @@ $(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 \