diff options
| author | Juanma Barranquero | 2011-04-28 01:35:33 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-04-28 01:35:33 +0200 |
| commit | ea51cceb3c665c11cb3299e4bfd2545b1d1c3e9e (patch) | |
| tree | e8ddbe8613461806a9915defb679391eea1a5230 | |
| parent | fc3b729195fbe5297aa23320f83adb11225b6ded (diff) | |
| download | emacs-ea51cceb3c665c11cb3299e4bfd2545b1d1c3e9e.tar.gz emacs-ea51cceb3c665c11cb3299e4bfd2545b1d1c3e9e.zip | |
src/makefile.w32-in: Update dependencies.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 15 |
2 files changed, 15 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f67e27f4e5e..e54b2862523 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-04-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in: Update dependencies. | ||
| 4 | |||
| 1 | 2011-04-27 Eli Zaretskii <eliz@gnu.org> | 5 | 2011-04-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | Improve `doprnt' and its usage. (Bug#8545) | 7 | Improve `doprnt' and its usage. (Bug#8545) |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4ba314318db..0de687c01a1 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -953,12 +953,12 @@ $(BLD)/gmalloc.$(O) : \ | |||
| 953 | $(SRC)/getpagesize.h | 953 | $(SRC)/getpagesize.h |
| 954 | 954 | ||
| 955 | $(BLD)/gnutls.$(O) : \ | 955 | $(BLD)/gnutls.$(O) : \ |
| 956 | $(SRC)/gnutls.h \ | ||
| 957 | $(SRC)/gnutls.c \ | 956 | $(SRC)/gnutls.c \ |
| 958 | $(CONFIG_H) \ | 957 | $(CONFIG_H) \ |
| 959 | $(EMACS_ROOT)/nt/inc/sys/socket.h \ | 958 | $(EMACS_ROOT)/nt/inc/unistd.h \ |
| 960 | $(SRC)/lisp.h \ | 959 | $(LISP_H) \ |
| 961 | $(SRC)/process.h | 960 | $(PROCESS_H) \ |
| 961 | $(SRC)/w32.h | ||
| 962 | 962 | ||
| 963 | $(BLD)/image.$(O) : \ | 963 | $(BLD)/image.$(O) : \ |
| 964 | $(SRC)/image.c \ | 964 | $(SRC)/image.c \ |
| @@ -1026,6 +1026,7 @@ $(BLD)/intervals.$(O) : \ | |||
| 1026 | $(SRC)/intervals.c \ | 1026 | $(SRC)/intervals.c \ |
| 1027 | $(CONFIG_H) \ | 1027 | $(CONFIG_H) \ |
| 1028 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 1028 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 1029 | $(EMACS_ROOT)/lib/intprops.h \ | ||
| 1029 | $(LISP_H) \ | 1030 | $(LISP_H) \ |
| 1030 | $(SRC)/buffer.h \ | 1031 | $(SRC)/buffer.h \ |
| 1031 | $(SRC)/coding.h \ | 1032 | $(SRC)/coding.h \ |
| @@ -1102,6 +1103,8 @@ $(BLD)/lastfile.$(O) : \ | |||
| 1102 | $(BLD)/lread.$(O) : \ | 1103 | $(BLD)/lread.$(O) : \ |
| 1103 | $(SRC)/lread.c \ | 1104 | $(SRC)/lread.c \ |
| 1104 | $(CONFIG_H) \ | 1105 | $(CONFIG_H) \ |
| 1106 | $(EMACS_ROOT)/nt/inc/inttypes.h \ | ||
| 1107 | $(EMACS_ROOT)/nt/inc/stdint.h \ | ||
| 1105 | $(EMACS_ROOT)/nt/inc/unistd.h \ | 1108 | $(EMACS_ROOT)/nt/inc/unistd.h \ |
| 1106 | $(EMACS_ROOT)/nt/inc/sys/file.h \ | 1109 | $(EMACS_ROOT)/nt/inc/sys/file.h \ |
| 1107 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 1110 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| @@ -1196,6 +1199,8 @@ $(BLD)/w32.$(O) : \ | |||
| 1196 | $(EMACS_ROOT)/nt/inc/sys/file.h \ | 1199 | $(EMACS_ROOT)/nt/inc/sys/file.h \ |
| 1197 | $(EMACS_ROOT)/nt/inc/sys/socket.h \ | 1200 | $(EMACS_ROOT)/nt/inc/sys/socket.h \ |
| 1198 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 1201 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 1202 | $(EMACS_ROOT)/lib/allocator.h \ | ||
| 1203 | $(EMACS_ROOT)/lib/careadlinkat.h \ | ||
| 1199 | $(LISP_H) \ | 1204 | $(LISP_H) \ |
| 1200 | $(PROCESS_H) \ | 1205 | $(PROCESS_H) \ |
| 1201 | $(SRC)/coding.h \ | 1206 | $(SRC)/coding.h \ |
| @@ -1434,6 +1439,8 @@ $(BLD)/sysdep.$(O) : \ | |||
| 1434 | $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ | 1439 | $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ |
| 1435 | $(EMACS_ROOT)/nt/inc/sys/socket.h \ | 1440 | $(EMACS_ROOT)/nt/inc/sys/socket.h \ |
| 1436 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 1441 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 1442 | $(EMACS_ROOT)/lib/allocator.h \ | ||
| 1443 | $(EMACS_ROOT)/lib/careadlinkat.h \ | ||
| 1437 | $(EMACS_ROOT)/lib/ignore-value.h \ | 1444 | $(EMACS_ROOT)/lib/ignore-value.h \ |
| 1438 | $(LISP_H) \ | 1445 | $(LISP_H) \ |
| 1439 | $(PROCESS_H) \ | 1446 | $(PROCESS_H) \ |