]> git.eshelyaron.com Git - emacs.git/commitdiff
* lib/makefile.w32-in (STAT_TIME_H): New macro.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Aug 2012 21:29:38 +0000 (23:29 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Aug 2012 21:29:38 +0000 (23:29 +0200)
(FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
($(BLD)/u64.$(O)): Update dependencies.

ChangeLog
lib/makefile.w32-in

index 88beaa4a1067afab672b9da9c1d0a9a5ca692532..051819daf29e9f503e41a9362adc7fee25837e83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-08-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <rgm@gnu.org>
 
        * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
index af45b2685bd2fc4840c72caad5605601bfc7153c..11251d55f77c9cf41eeec714b356f8e40eccb522 100644 (file)
@@ -86,8 +86,7 @@ FTOASTR_H      = $(GNU_LIB)/ftoastr.h \
                 $(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 @@ U64_H          = $(GNU_LIB)/u64.h \
                 $(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 @@ $(BLD)/sha512.$(O) : \
        $(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 \