From: Juanma Barranquero Date: Sun, 12 Jun 2011 02:48:18 +0000 (+0200) Subject: src/makefile.w32-in: Update dependencies. X-Git-Tag: emacs-pretest-24.0.90~104^2~579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1384b89ea7e51c190ab1df16e38cbef1d02400b4;p=emacs.git src/makefile.w32-in: Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9f7302432e4..c5eff48b48d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-06-12 Juanma Barranquero + + * makefile.w32-in: Update dependencies. + (LISP_H): Add lib/intprops.h. + 2011-06-11 Chong Yidong * image.c (gif_load): Add animation frame delay to the metadata. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 8da589a7115..d4fafcfc047 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -388,6 +388,7 @@ CONFIG_H = $(EMACS_ROOT)/src/s/ms-w32.h \ $(EMACS_ROOT)/nt/inc/sys/stat.h LISP_H = $(SRC)/lisp.h \ $(SRC)/globals.h \ + $(EMACS_ROOT)/lib/intprops.h \ $(EMACS_ROOT)/nt/inc/inttypes.h \ $(EMACS_ROOT)/nt/inc/stdint.h PROCESS_H = $(SRC)/process.h \ @@ -566,7 +567,6 @@ $(BLD)/ccl.$(O) : \ $(BLD)/character.$(O) : \ $(SRC)/character.c \ $(CONFIG_H) \ - $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(SRC)/buffer.h \ $(SRC)/character.h \ @@ -654,7 +654,6 @@ $(BLD)/data.$(O) : \ $(SRC)/data.c \ $(CONFIG_H) \ $(EMACS_ROOT)/nt/inc/sys/time.h \ - $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ @@ -752,7 +751,6 @@ $(BLD)/editfns.$(O) : \ $(EMACS_ROOT)/nt/inc/pwd.h \ $(EMACS_ROOT)/nt/inc/unistd.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ - $(EMACS_ROOT)/lib/intprops.h \ $(EMACS_ROOT)/lib/strftime.h \ $(EMACS_ROOT)/lib/verify.h \ $(LISP_H) \ @@ -1034,7 +1032,6 @@ $(BLD)/insdel.$(O) : \ $(SRC)/insdel.c \ $(CONFIG_H) \ $(EMACS_ROOT)/nt/inc/sys/time.h \ - $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ @@ -1052,7 +1049,6 @@ $(BLD)/intervals.$(O) : \ $(SRC)/intervals.c \ $(CONFIG_H) \ $(EMACS_ROOT)/nt/inc/sys/time.h \ - $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(SRC)/buffer.h \ $(SRC)/coding.h \ @@ -1305,7 +1301,6 @@ $(BLD)/print.$(O) : \ $(EMACS_ROOT)/nt/inc/unistd.h \ $(EMACS_ROOT)/nt/inc/sys/time.h \ $(EMACS_ROOT)/lib/ftoastr.h \ - $(EMACS_ROOT)/lib/intprops.h \ $(LISP_H) \ $(PROCESS_H) \ $(SRC)/atimer.h \