diff options
Diffstat (limited to 'src')
| -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 \ |