src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry.

This commit is contained in:
Juanma Barranquero 2012-04-07 23:32:59 +02:00
parent 9209588f2d
commit d402bcb11b

View file

@ -943,10 +943,10 @@ $(BLD)/gnutls.$(O) : \
$(BLD)/xml.$(O) : \
$(SRC)/xml.c \
$(SRC)/buffer.h \
$(SRC)/w32.h \
$(CONFIG_H) \
$(LISP_H) \
$(SRC)/buffer.h
$(LISP_H)
$(BLD)/image.$(O) : \
$(SRC)/image.c \