aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-06-14 01:33:06 +0200
committerJuanma Barranquero2010-06-14 01:33:06 +0200
commit8c3a217f33026350610772132291a62ed866b1bf (patch)
tree891daf515b18727f9b4d3a4f61538f858620cbcc /src
parenta6e8d97c1414230e577d375c27da78c858a5fa75 (diff)
downloademacs-8c3a217f33026350610772132291a62ed866b1bf.tar.gz
emacs-8c3a217f33026350610772132291a62ed866b1bf.zip
* src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in4
1 files 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) : \
341 $(SRC)/bidi.c \ 341 $(SRC)/bidi.c \
342 $(CONFIG_H) \ 342 $(CONFIG_H) \
343 $(SRC)/lisp.h \ 343 $(SRC)/lisp.h \
344 $(SRC)/bidimirror.h \
345 $(SRC)/biditype.h \
344 $(SRC)/buffer.h \ 346 $(SRC)/buffer.h \
345 $(SRC)/character.h \ 347 $(SRC)/character.h \
346 $(SRC)/dispextern.h \ 348 $(SRC)/dispextern.h \
347 $(SRC)/biditype.h \
348 $(SRC)/bidimirror.h \
349 $(SRC)/w32gui.h 349 $(SRC)/w32gui.h
350 350
351$(BLD)/buffer.$(O) : \ 351$(BLD)/buffer.$(O) : \