From d402bcb11b6c8ac8687f13f86b4e8590ead8ded8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 7 Apr 2012 23:32:59 +0200 Subject: [PATCH] src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry. --- src/makefile.w32-in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index da831d07a36..303445bc2d6 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 \ -- 2.39.2