diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-10-08 16:37:04 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-10-08 16:37:04 +0200 |
commit | 46979e0b4ecceaf0676f0b9237e70c64fdc5b479 (patch) | |
tree | be9d9652236e20bc94029c7c5972402c893a67da /src/makefile.w32-in | |
parent | fd5125adfe80551fd9496c78550fac0368e0ce15 (diff) | |
download | emacs-46979e0b4ecceaf0676f0b9237e70c64fdc5b479.tar.gz |
src/makefile.w32-in: Update dependencies.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 8e0e1d23dfd..2ff56fbb8f8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -423,11 +423,11 @@ DISPEXTERN_H = $(SRC)/dispextern.h \ $(W32GUI_H) FILEMODE_H = $(GNU_LIB)/filemode.h \ $(NT_INC)/sys/stat.h -FONT_H = $(SRC)/font.h \ - $(FRAME_H) \ - $(CCL_H) FRAME_H = $(SRC)/frame.h \ $(DISPEXTERN_H) +FONT_H = $(SRC)/font.h \ + $(CCL_H) \ + $(FRAME_H) FTOASTR_H = $(GNU_LIB)/ftoastr.h \ $(GNU_LIB)/intprops.h GRP_H = $(NT_INC)/grp.h \ @@ -800,7 +800,6 @@ $(BLD)/emacs.$(O) : \ $(SRC)/w32.h \ $(SRC)/w32heap.h \ $(SRC)/w32select.h \ - $(SRC)/w32font.h \ $(NT_INC)/sys/file.h \ $(NT_INC)/unistd.h \ $(GNU_LIB)/ignore-value.h \ @@ -816,6 +815,7 @@ $(BLD)/emacs.$(O) : \ $(SYSSIGNAL_H) \ $(SYSTTY_H) \ $(TERMHOOKS_H) \ + $(W32FONT_H) \ $(W32TERM_H) \ $(WINDOW_H) @@ -1190,8 +1190,8 @@ $(BLD)/w32.$(O) : \ $(BLD)/w32heap.$(O) : \ $(SRC)/w32heap.c \ - $(SRC)/w32heap.h \ $(SRC)/w32common.h \ + $(SRC)/w32heap.h \ $(CONFIG_H) \ $(LISP_H) |