diff options
| author | Juanma Barranquero | 2010-09-21 14:49:59 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-21 14:49:59 +0200 |
| commit | 5bc88f4b8aabaeb99461e7c509129f27b2af4d6c (patch) | |
| tree | 6fc9c2f058ecea41e93c650fd5c15a54e862b961 | |
| parent | 2c8b2fc8d5fb6fbf765acd324c5d12f3b2b9f4db (diff) | |
| download | emacs-5bc88f4b8aabaeb99461e7c509129f27b2af4d6c.tar.gz emacs-5bc88f4b8aabaeb99461e7c509129f27b2af4d6c.zip | |
src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 205ae565e6b..90e21b7bda9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. | ||
| 4 | |||
| 1 | 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-09-21 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * emacs.c: Do not include sys/ioctl.h, not needed. | 7 | * emacs.c: Do not include sys/ioctl.h, not needed. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 8d99d6cedfe..752a3c211b3 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1344,7 +1344,6 @@ $(BLD)/sysdep.$(O) : \ | |||
| 1344 | $(EMACS_ROOT)/nt/inc/pwd.h \ | 1344 | $(EMACS_ROOT)/nt/inc/pwd.h \ |
| 1345 | $(EMACS_ROOT)/nt/inc/unistd.h \ | 1345 | $(EMACS_ROOT)/nt/inc/unistd.h \ |
| 1346 | $(EMACS_ROOT)/nt/inc/sys/file.h \ | 1346 | $(EMACS_ROOT)/nt/inc/sys/file.h \ |
| 1347 | $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ | ||
| 1348 | $(EMACS_ROOT)/nt/inc/sys/socket.h \ | 1347 | $(EMACS_ROOT)/nt/inc/sys/socket.h \ |
| 1349 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 1348 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 1350 | $(SRC)/lisp.h \ | 1349 | $(SRC)/lisp.h \ |