diff options
| author | Juanma Barranquero | 2002-08-28 12:26:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-08-28 12:26:57 +0000 |
| commit | a821edb8ec1106c7c3581e04a5f404e39c8ad016 (patch) | |
| tree | e1f501c1558103050b24268e6a00337415877b82 /src | |
| parent | 8ee1462906525699a4bbd8902fcc6beb1d83bec6 (diff) | |
| download | emacs-a821edb8ec1106c7c3581e04a5f404e39c8ad016.tar.gz emacs-a821edb8ec1106c7c3581e04a5f404e39c8ad016.zip | |
Add missing dependencies on w32term.h and composite.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/makefile.w32-in | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 198d01f58af..e602c5ab766 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-08-28 Juanma Barranquero <lektu@terra.es> | 1 | 2002-08-28 Juanma Barranquero <lektu@terra.es> |
| 2 | 2 | ||
| 3 | * makefile.w32-in: Add missing dependencies on w32term.h and | ||
| 4 | composite.h. | ||
| 5 | |||
| 3 | * emacs.c (USAGE1): Add missing newline. | 6 | * emacs.c (USAGE1): Add missing newline. |
| 4 | 7 | ||
| 5 | 2002-08-27 Andrew Choi <akochoi@shaw.ca> | 8 | 2002-08-27 Andrew Choi <akochoi@shaw.ca> |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index b9b1b2a85ab..9389e7b5b3e 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -582,6 +582,7 @@ $(BLD)/frame.$(O) : \ | |||
| 582 | $(SRC)/window.h \ | 582 | $(SRC)/window.h \ |
| 583 | $(SRC)/buffer.h \ | 583 | $(SRC)/buffer.h \ |
| 584 | $(SRC)/commands.h \ | 584 | $(SRC)/commands.h \ |
| 585 | $(SRC)/w32term.h \ | ||
| 585 | $(SRC)/keyboard.h | 586 | $(SRC)/keyboard.h |
| 586 | 587 | ||
| 587 | $(BLD)/getloadavg.$(O) : \ | 588 | $(BLD)/getloadavg.$(O) : \ |
| @@ -783,6 +784,7 @@ $(BLD)/w32proc.$(O) : \ | |||
| 783 | $(SRC)/config.h \ | 784 | $(SRC)/config.h \ |
| 784 | $(SRC)/w32.h \ | 785 | $(SRC)/w32.h \ |
| 785 | $(SRC)/w32heap.h \ | 786 | $(SRC)/w32heap.h \ |
| 787 | $(SRC)/w32term.h \ | ||
| 786 | $(SRC)/systime.h | 788 | $(SRC)/systime.h |
| 787 | 789 | ||
| 788 | $(BLD)/w32console.$(O) : \ | 790 | $(BLD)/w32console.$(O) : \ |
| @@ -1022,7 +1024,8 @@ $(BLD)/window.$(O) : \ | |||
| 1022 | $(SRC)/termchar.h \ | 1024 | $(SRC)/termchar.h \ |
| 1023 | $(SRC)/disptab.h \ | 1025 | $(SRC)/disptab.h \ |
| 1024 | $(SRC)/keyboard.h \ | 1026 | $(SRC)/keyboard.h \ |
| 1025 | $(SRC)/composite.h | 1027 | $(SRC)/composite.h \ |
| 1028 | $(SRC)/w32term.h | ||
| 1026 | 1029 | ||
| 1027 | $(BLD)/xdisp.$(O) : \ | 1030 | $(BLD)/xdisp.$(O) : \ |
| 1028 | $(SRC)/xdisp.c \ | 1031 | $(SRC)/xdisp.c \ |
| @@ -1040,6 +1043,7 @@ $(BLD)/xdisp.$(O) : \ | |||
| 1040 | $(SRC)/termhooks.h \ | 1043 | $(SRC)/termhooks.h \ |
| 1041 | $(SRC)/dispextern.h \ | 1044 | $(SRC)/dispextern.h \ |
| 1042 | $(SRC)/w32gui.h \ | 1045 | $(SRC)/w32gui.h \ |
| 1046 | $(SRC)/w32term.h \ | ||
| 1043 | $(SRC)/intervals.h \ | 1047 | $(SRC)/intervals.h \ |
| 1044 | $(SRC)/composite.h | 1048 | $(SRC)/composite.h |
| 1045 | 1049 | ||
| @@ -1084,6 +1088,7 @@ $(BLD)/w32menu.$(O): \ | |||
| 1084 | $(EMACS_ROOT)/src/m/intel386.h \ | 1088 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 1085 | $(EMACS_ROOT)/src/config.h \ | 1089 | $(EMACS_ROOT)/src/config.h \ |
| 1086 | $(SRC)/w32menu.c \ | 1090 | $(SRC)/w32menu.c \ |
| 1091 | $(SRC)/w32term.h \ | ||
| 1087 | $(SRC)/termhooks.h \ | 1092 | $(SRC)/termhooks.h \ |
| 1088 | $(SRC)/frame.h \ | 1093 | $(SRC)/frame.h \ |
| 1089 | $(SRC)/window.h \ | 1094 | $(SRC)/window.h \ |
| @@ -1127,7 +1132,8 @@ $(BLD)/w32select.$(O): \ | |||
| 1127 | $(SRC)/w32gui.h \ | 1132 | $(SRC)/w32gui.h \ |
| 1128 | $(SRC)/dispextern.h \ | 1133 | $(SRC)/dispextern.h \ |
| 1129 | $(SRC)/frame.h \ | 1134 | $(SRC)/frame.h \ |
| 1130 | $(SRC)/blockinput.h | 1135 | $(SRC)/blockinput.h \ |
| 1136 | $(SRC)/composite.h | ||
| 1131 | 1137 | ||
| 1132 | $(BLD)/w32reg.$(O): \ | 1138 | $(BLD)/w32reg.$(O): \ |
| 1133 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 1139 | $(EMACS_ROOT)/src/s/ms-w32.h \ |
| @@ -1143,6 +1149,7 @@ $(BLD)/w32xfns.$(O): \ | |||
| 1143 | $(EMACS_ROOT)/src/m/intel386.h \ | 1149 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 1144 | $(EMACS_ROOT)/src/config.h \ | 1150 | $(EMACS_ROOT)/src/config.h \ |
| 1145 | $(SRC)/w32xfns.c \ | 1151 | $(SRC)/w32xfns.c \ |
| 1152 | $(SRC)/w32term.h | ||
| 1146 | 1153 | ||
| 1147 | $(BLD)/w32bdf.$(O): \ | 1154 | $(BLD)/w32bdf.$(O): \ |
| 1148 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 1155 | $(EMACS_ROOT)/src/s/ms-w32.h \ |