From 3966138251393d7d8f3c33a2607e168c84a5a72f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 6 Nov 2012 16:29:49 +0100 Subject: [PATCH] lib/makefile.w32-in, src/makefile.w32-in: Trivial reordering of entries. --- lib/makefile.w32-in | 12 ++++++------ src/makefile.w32-in | 4 ++-- 2 files changed, 8 insertions(+), 8 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) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9df5dedb7ea..f5cab34d7dc 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 \ -- 2.39.5