diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-11-06 16:29:49 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-11-06 16:29:49 +0100 |
commit | 3966138251393d7d8f3c33a2607e168c84a5a72f (patch) | |
tree | 88fcbc73c25e004106a4144b7f5b8291a38b8f86 /lib | |
parent | d9f07150fc320156377a172fd4a5ec23f13a15c0 (diff) | |
download | emacs-3966138251393d7d8f3c33a2607e168c84a5a72f.tar.gz |
lib/makefile.w32-in, src/makefile.w32-in: Trivial reordering of entries.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/makefile.w32-in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index 7e807278a40..67171e07900 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -116,6 +116,12 @@ $(BLD)/c-strcasecmp.$(O) : \ $(CONFIG_H) \ $(C_CTYPE_H) +$(BLD)/c-strncasecmp.$(O) : \ + $(GNU_LIB)/c-strncasecmp.c \ + $(GNU_LIB)/c-strcase.h \ + $(CONFIG_H) \ + $(C_CTYPE_H) + $(BLD)/close-stream.$(O) : \ $(GNU_LIB)/close-stream.c \ $(GNU_LIB)/close-stream.h \ @@ -123,12 +129,6 @@ $(BLD)/close-stream.$(O) : \ $(NT_INC)/stdbool.h \ $(CONFIG_H) -$(BLD)/c-strncasecmp.$(O) : \ - $(GNU_LIB)/c-strncasecmp.c \ - $(GNU_LIB)/c-strcase.h \ - $(CONFIG_H) \ - $(C_CTYPE_H) - $(BLD)/dtoastr.$(O) : \ $(GNU_LIB)/dtoastr.c \ $(FTOASTR_C) |