changeset 108986:c879988fd08d

* src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 14 Jun 2010 01:33:06 +0200
parents f2d0b93e668c
children 18cf7a828b34 6730a174eb2b
files src/makefile.w32-in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Sun Jun 13 21:15:45 2010 +0300
+++ b/src/makefile.w32-in	Mon Jun 14 01:33:06 2010 +0200
@@ -341,11 +341,11 @@
 	$(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) : \