emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108723: src/makefile.w32-in: Update


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108723: src/makefile.w32-in: Update dependencies.
Date: Sun, 24 Jun 2012 19:57:06 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108723
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-06-24 19:57:06 +0200
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-06-24 17:39:14 +0000
+++ b/src/ChangeLog     2012-06-24 17:57:06 +0000
@@ -1,3 +1,7 @@
+2012-06-24  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in: Update dependencies.
+
 2012-06-24  Eli Zaretskii  <address@hidden>
 
        * makefile.w32-in (TIMESPEC_H): Remove nt/inc/sys/time.h.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-06-24 17:21:20 +0000
+++ b/src/makefile.w32-in       2012-06-24 17:57:06 +0000
@@ -390,10 +390,9 @@
 GNU_LIB = $(EMACS_ROOT)/lib
 NT_INC = $(EMACS_ROOT)/nt/inc
 
-TIMESPEC_H     = $(GNU_LIB)/timespec.h
 SYSTIME_H      = $(SRC)/systime.h \
-                $(TIMESPEC_H) \
-                $(NT_INC)/sys/time.h
+                $(NT_INC)/sys/time.h \
+                $(GNU_LIB)/timespec.h
 ATIMER_H       = $(SRC)/atimer.h \
                 $(SYSTIME_H)
 BLOCKINPUT_H   = $(SRC)/blockinput.h \
@@ -461,15 +460,12 @@
 SOCKET_H       = $(NT_INC)/sys/socket.h \
                 $(SRC)/w32.h
 STAT_TIME_H    = $(GNU_LIB)/stat-time.h \
-                $(NT_INC)/sys/stat.h \
-                $(NT_INC)/sys/time.h
+                $(NT_INC)/sys/stat.h
 SYSTTY_H       = $(SRC)/systty.h \
                 $(NT_INC)/sys/ioctl.h \
                 $(NT_INC)/unistd.h
 TERMHOOKS_H    = $(SRC)/termhooks.h \
                 $(SYSTIME_H)
-UTIMENS_H      = $(GNU_LIB)/utimens.h \
-                $(NT_INC)/sys/time.h
 W32TERM_H      = $(SRC)/w32term.h \
                 $(W32GUI_H)
 WINDOW_H       = $(SRC)/window.h \
@@ -1353,6 +1349,7 @@
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/allocator.h \
        $(GNU_LIB)/ignore-value.h \
+       $(GNU_LIB)/utimens.h \
        $(BLOCKINPUT_H) \
        $(CAREADLINKAT_H) \
        $(CONFIG_H) \
@@ -1366,7 +1363,6 @@
        $(SYSTIME_H) \
        $(SYSTTY_H) \
        $(TERMHOOKS_H) \
-       $(UTIMENS_H) \
        $(WINDOW_H)
 
 $(BLD)/term.$(O) : \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]