From 8c3a217f33026350610772132291a62ed866b1bf Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 14 Jun 2010 01:33:06 +0200 Subject: [PATCH] * src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted. --- 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 ca2bb13b972..e8d08727915 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -341,11 +341,11 @@ $(BLD)/bidi.$(O) : \ $(SRC)/bidi.c \ $(CONFIG_H) \ $(SRC)/lisp.h \ + $(SRC)/bidimirror.h \ + $(SRC)/biditype.h \ $(SRC)/buffer.h \ $(SRC)/character.h \ $(SRC)/dispextern.h \ - $(SRC)/biditype.h \ - $(SRC)/bidimirror.h \ $(SRC)/w32gui.h $(BLD)/buffer.$(O) : \ -- 2.39.2