emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109562: * lib/makefile.w32-in (STAT_


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109562: * lib/makefile.w32-in (STAT_TIME_H): New macro.
Date: Fri, 10 Aug 2012 23:29:38 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109562
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2012-08-10 23:29:38 +0200
message:
  * lib/makefile.w32-in (STAT_TIME_H): New macro.
  (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
  ($(BLD)/u64.$(O)): Update dependencies.
modified:
  ChangeLog
  lib/makefile.w32-in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-08-10 00:02:10 +0000
+++ b/ChangeLog 2012-08-10 21:29:38 +0000
@@ -1,3 +1,9 @@
+2012-08-10  Juanma Barranquero  <address@hidden>
+
+       * lib/makefile.w32-in (STAT_TIME_H): New macro.
+       (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
+       ($(BLD)/u64.$(O)): Update dependencies.
+
 2012-08-10  Glenn Morris  <address@hidden>
 
        * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.

=== modified file 'lib/makefile.w32-in'
--- a/lib/makefile.w32-in       2012-08-03 10:02:48 +0000
+++ b/lib/makefile.w32-in       2012-08-10 21:29:38 +0000
@@ -86,8 +86,7 @@
                 $(GNU_LIB)/intprops.h
 FTOASTR_C      = $(GNU_LIB)/ftoastr.c \
                 $(CONFIG_H) \
-                $(FTOASTR_H) \
-                $(GNU_LIB)/ftoastr.h
+                $(FTOASTR_H)
 GETOPT_INT_H   = $(GNU_LIB)/getopt_int.h \
                 $(GNU_LIB)/getopt.h
 MD5_H          = $(GNU_LIB)/md5.h \
@@ -100,6 +99,8 @@
                 $(NT_INC)/stdint.h
 SHA512_H       = $(GNU_LIB)/sha512.h \
                 $(U64_H)
+STAT_TIME_H    = $(GNU_LIB)/stat-time.h \
+                $(NT_INC)/sys/stat.h
 
 $(BLD)/c-ctype.$(O) : \
        $(GNU_LIB)/c-ctype.c \
@@ -199,17 +200,19 @@
        $(SHA512_H)
 
 $(BLD)/stat-time.$(O) : \
-       $(GNU_LIB)/stat-time.h \
-       $(NT_INC)/sys/stat.h \
-       $(CONFIG_H)
+       $(GNU_LIB)/stat-time.c \
+       $(CONFIG_H) \
+       $(STAT_TIME_H)
 
 $(BLD)/timespec.$(O) : \
+       $(GNU_LIB)/timespec.c \
        $(GNU_LIB)/timespec.h \
        $(CONFIG_H)
 
 $(BLD)/u64.$(O) : \
-       $(U64_H) \
-       $(CONFIG_H)
+       $(GNU_LIB)/u64.c \
+       $(CONFIG_H) \
+       $(U64_H)
 
 $(BLD)/filemode.$(O) : \
        $(GNU_LIB)/filemode.c \


reply via email to

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