projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e8d97
)
* src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 13 Jun 2010 23:33:06 +0000
(
01:33
+0200)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 13 Jun 2010 23:33:06 +0000
(
01:33
+0200)
src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/src/makefile.w32-in
b/src/makefile.w32-in
index ca2bb13b97244fe4e1acda57941303c31fa4c2f8..e8d0872791561794af7488026abcf9a3c051ed10 100644
(file)
--- 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) : \