diff options
| author | Juanma Barranquero | 2010-05-08 13:42:01 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-05-08 13:42:01 +0200 |
| commit | ee0a16cf18096dfa91c5868ba7fbefa59cd2904e (patch) | |
| tree | 870968dc7166b885b77fe7cfa25d63c203c7ed3f /src/makefile.w32-in | |
| parent | 96d79611095cd8e906676d871a033549f0ec98b4 (diff) | |
| download | emacs-ee0a16cf18096dfa91c5868ba7fbefa59cd2904e.tar.gz emacs-ee0a16cf18096dfa91c5868ba7fbefa59cd2904e.zip | |
* src/makefile.w32-in: Update dependencies.
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 241040d5eb3..34af372dc5e 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -697,6 +697,7 @@ $(BLD)/eval.$(O) : \ | |||
| 697 | $(SRC)/commands.h \ | 697 | $(SRC)/commands.h \ |
| 698 | $(SRC)/composite.h \ | 698 | $(SRC)/composite.h \ |
| 699 | $(SRC)/dispextern.h \ | 699 | $(SRC)/dispextern.h \ |
| 700 | $(SRC)/frame.h \ | ||
| 700 | $(SRC)/keyboard.h \ | 701 | $(SRC)/keyboard.h \ |
| 701 | $(SRC)/systime.h \ | 702 | $(SRC)/systime.h \ |
| 702 | $(SRC)/w32gui.h | 703 | $(SRC)/w32gui.h |
| @@ -1554,6 +1555,7 @@ $(BLD)/w32fns.$(O) : \ | |||
| 1554 | $(SRC)/keyboard.h \ | 1555 | $(SRC)/keyboard.h \ |
| 1555 | $(SRC)/systime.h \ | 1556 | $(SRC)/systime.h \ |
| 1556 | $(SRC)/termhooks.h \ | 1557 | $(SRC)/termhooks.h \ |
| 1558 | $(SRC)/w32.h \ | ||
| 1557 | $(SRC)/w32font.h \ | 1559 | $(SRC)/w32font.h \ |
| 1558 | $(SRC)/w32gui.h \ | 1560 | $(SRC)/w32gui.h \ |
| 1559 | $(SRC)/w32heap.h \ | 1561 | $(SRC)/w32heap.h \ |