diff options
| author | Stefan Monnier | 2010-06-18 10:13:59 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-06-18 10:13:59 -0400 |
| commit | 894e369ddf48e191638b8e66ce732f24ff9abe2a (patch) | |
| tree | 0d14b38c2946f0067c856911bf4949b7e8091a88 /src/makefile.w32-in | |
| parent | 4a330052b4815cf833071aae5cb312f6f0f63613 (diff) | |
| parent | b1a03ef6bfba4296dddc3df1e8f9d54aba3e45e3 (diff) | |
| download | emacs-894e369ddf48e191638b8e66ce732f24ff9abe2a.tar.gz emacs-894e369ddf48e191638b8e66ce732f24ff9abe2a.zip | |
Merge from trunk
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 4 |
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) : \ |