diff options
| author | Juanma Barranquero | 2004-03-01 18:47:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-03-01 18:47:50 +0000 |
| commit | eee302177f0efdbd6a03b331c6d081a625636dda (patch) | |
| tree | 1e4540eb08864661b32292cd9bff03c3ab8f0304 | |
| parent | bffe8c261b1157646ebe337644015472c1f611a5 (diff) | |
| download | emacs-eee302177f0efdbd6a03b331c6d081a625636dda.tar.gz emacs-eee302177f0efdbd6a03b331c6d081a625636dda.zip | |
($(BLD)/fringe.$(O)): Add dependencies.
| -rw-r--r-- | src/makefile.w32-in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 1007e3940b0..0c153b185d8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -723,6 +723,21 @@ $(BLD)/frame.$(O) : \ | |||
| 723 | $(SRC)/w32term.h \ | 723 | $(SRC)/w32term.h \ |
| 724 | $(SRC)/window.h | 724 | $(SRC)/window.h |
| 725 | 725 | ||
| 726 | $(BLD)/fringe.$(O) : \ | ||
| 727 | $(SRC)/fringe.c \ | ||
| 728 | $(EMACS_ROOT)/src/s/ms-w32.h \ | ||
| 729 | $(EMACS_ROOT)/src/m/intel386.h \ | ||
| 730 | $(EMACS_ROOT)/src/config.h \ | ||
| 731 | $(SRC)/atimer.h \ | ||
| 732 | $(SRC)/blockinput.h \ | ||
| 733 | $(SRC)/buffer.h \ | ||
| 734 | $(SRC)/dispextern.h \ | ||
| 735 | $(SRC)/frame.h \ | ||
| 736 | $(SRC)/systime.h \ | ||
| 737 | $(SRC)/w32bdf.h \ | ||
| 738 | $(SRC)/w32gui.h \ | ||
| 739 | $(SRC)/window.h | ||
| 740 | |||
| 726 | $(BLD)/gmalloc.$(O) : \ | 741 | $(BLD)/gmalloc.$(O) : \ |
| 727 | $(SRC)/gmalloc.c \ | 742 | $(SRC)/gmalloc.c \ |
| 728 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 743 | $(EMACS_ROOT)/src/s/ms-w32.h \ |