lib/makefile.w32-in, src/makefile.w32-in: Trivial reordering of entries.
This commit is contained in:
parent
d9f07150fc
commit
3966138251
2 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue