diff options
| author | Eli Zaretskii | 2009-12-19 11:58:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-12-19 11:58:11 +0000 |
| commit | ad9039554d76a81c177a80afb797cb0d6c5a8c4d (patch) | |
| tree | 21bdff07dfc2b36b340061201b1189a310856253 /src | |
| parent | 49105cd038ab43d7a9a90b0a1309e9080af5ca33 (diff) | |
| download | emacs-ad9039554d76a81c177a80afb797cb0d6c5a8c4d.tar.gz emacs-ad9039554d76a81c177a80afb797cb0d6c5a8c4d.zip | |
($(BLD)/cmds.$(O)): Depend on frame.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/makefile.w32-in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 873267fca49..9a411f83afc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-12-19 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-12-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h. | ||
| 4 | |||
| 3 | Update dependencies in Makefile.in. | 5 | Update dependencies in Makefile.in. |
| 4 | 6 | ||
| 5 | * Makefile.in (alloc.o): Depend on termhooks.h. | 7 | * Makefile.in (alloc.o): Depend on termhooks.h. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index e5ebce9fc63..8a65baf4c26 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -506,6 +506,7 @@ $(BLD)/cmds.$(O) : \ | |||
| 506 | $(SRC)/commands.h \ | 506 | $(SRC)/commands.h \ |
| 507 | $(SRC)/composite.h \ | 507 | $(SRC)/composite.h \ |
| 508 | $(SRC)/dispextern.h \ | 508 | $(SRC)/dispextern.h \ |
| 509 | $(SRC)/frame.h \ | ||
| 509 | $(SRC)/keyboard.h \ | 510 | $(SRC)/keyboard.h \ |
| 510 | $(SRC)/keymap.h \ | 511 | $(SRC)/keymap.h \ |
| 511 | $(SRC)/syntax.h \ | 512 | $(SRC)/syntax.h \ |