diff options
| author | Eli Zaretskii | 2006-09-24 12:37:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-09-24 12:37:45 +0000 |
| commit | 83b41e19dce34f5b3f805670cf7313b3506733dd (patch) | |
| tree | a9d08ac0cc0233ac80f2b72febbde5f50098cc87 /src | |
| parent | d613418bc52df7a77c0a02a77aaa1be00e413ff9 (diff) | |
| download | emacs-83b41e19dce34f5b3f805670cf7313b3506733dd.tar.gz emacs-83b41e19dce34f5b3f805670cf7313b3506733dd.zip | |
($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
on nt/inc/langinfo.h and nt/inc/nl_types.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index a94938a0b80..c2367ba30e4 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -678,6 +678,8 @@ $(BLD)/fns.$(O) : \ | |||
| 678 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 678 | $(EMACS_ROOT)/src/s/ms-w32.h \ |
| 679 | $(EMACS_ROOT)/src/m/intel386.h \ | 679 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 680 | $(EMACS_ROOT)/src/config.h \ | 680 | $(EMACS_ROOT)/src/config.h \ |
| 681 | $(EMACS_ROOT)/nt/inc/langinfo.h \ | ||
| 682 | $(EMACS_ROOT)/nt/inc/nl_types.h \ | ||
| 681 | $(SRC)/atimer.h \ | 683 | $(SRC)/atimer.h \ |
| 682 | $(SRC)/blockinput.h \ | 684 | $(SRC)/blockinput.h \ |
| 683 | $(SRC)/buffer.h \ | 685 | $(SRC)/buffer.h \ |
| @@ -993,6 +995,8 @@ $(BLD)/w32proc.$(O) : \ | |||
| 993 | $(SRC)/w32proc.c \ | 995 | $(SRC)/w32proc.c \ |
| 994 | $(SRC)/s/ms-w32.h \ | 996 | $(SRC)/s/ms-w32.h \ |
| 995 | $(SRC)/m/intel386.h \ | 997 | $(SRC)/m/intel386.h \ |
| 998 | $(EMACS_ROOT)/nt/inc/langinfo.h \ | ||
| 999 | $(EMACS_ROOT)/nt/inc/nl_types.h \ | ||
| 996 | $(SRC)/config.h \ | 1000 | $(SRC)/config.h \ |
| 997 | $(SRC)/process.h \ | 1001 | $(SRC)/process.h \ |
| 998 | $(SRC)/syssignal.h \ | 1002 | $(SRC)/syssignal.h \ |