summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-09-24 12:37:45 +0000
committerEli Zaretskii <eliz@gnu.org>2006-09-24 12:37:45 +0000
commit83b41e19dce34f5b3f805670cf7313b3506733dd (patch)
treea9d08ac0cc0233ac80f2b72febbde5f50098cc87 /src/makefile.w32-in
parentd613418bc52df7a77c0a02a77aaa1be00e413ff9 (diff)
downloademacs-83b41e19dce34f5b3f805670cf7313b3506733dd.tar.gz
($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
on nt/inc/langinfo.h and nt/inc/nl_types.h.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in4
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) : \
$(EMACS_ROOT)/src/s/ms-w32.h \
$(EMACS_ROOT)/src/m/intel386.h \
$(EMACS_ROOT)/src/config.h \
+ $(EMACS_ROOT)/nt/inc/langinfo.h \
+ $(EMACS_ROOT)/nt/inc/nl_types.h \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -993,6 +995,8 @@ $(BLD)/w32proc.$(O) : \
$(SRC)/w32proc.c \
$(SRC)/s/ms-w32.h \
$(SRC)/m/intel386.h \
+ $(EMACS_ROOT)/nt/inc/langinfo.h \
+ $(EMACS_ROOT)/nt/inc/nl_types.h \
$(SRC)/config.h \
$(SRC)/process.h \
$(SRC)/syssignal.h \