]> code.delx.au - gnu-emacs/commitdiff
lib/makefile.w32-in, src/makefile.w32-in: Trivial reordering of entries.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 6 Nov 2012 15:29:49 +0000 (16:29 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 6 Nov 2012 15:29:49 +0000 (16:29 +0100)
lib/makefile.w32-in
src/makefile.w32-in

index 7e807278a40244057fe40d51dc058124841be585..67171e07900a27a7d77957dccf3a4112e93fa6a3 100644 (file)
@@ -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)
index 9df5dedb7ea1c98c205600fd755c639478611a69..f5cab34d7dcaaab7b0e72045b007314705cb1c13 100644 (file)
@@ -1475,8 +1475,8 @@ $(BLD)/unexw32.$(O) : \
        $(SRC)/w32.h \
        $(SRC)/w32common.h \
        $(SRC)/w32heap.h \
-       $(LISP_H) \
-       $(CONFIG_H)
+       $(CONFIG_H) \
+       $(LISP_H)
 
 $(BLD)/vm-limit.$(O) : \
        $(SRC)/vm-limit.c \