2002-08-28 Juanma Barranquero <lektu@terra.es>
+ * makefile.w32-in: Add missing dependencies on w32term.h and
+ composite.h.
+
* emacs.c (USAGE1): Add missing newline.
2002-08-27 Andrew Choi <akochoi@shaw.ca>
$(SRC)/window.h \
$(SRC)/buffer.h \
$(SRC)/commands.h \
+ $(SRC)/w32term.h \
$(SRC)/keyboard.h
$(BLD)/getloadavg.$(O) : \
$(SRC)/config.h \
$(SRC)/w32.h \
$(SRC)/w32heap.h \
+ $(SRC)/w32term.h \
$(SRC)/systime.h
$(BLD)/w32console.$(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 \
$(SRC)/termhooks.h \
$(SRC)/dispextern.h \
$(SRC)/w32gui.h \
+ $(SRC)/w32term.h \
$(SRC)/intervals.h \
$(SRC)/composite.h
$(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 \
$(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 \
$(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 \