diff options
| author | Juanma Barranquero | 2013-05-08 18:22:09 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-05-08 18:22:09 +0200 |
| commit | 86cec478835929993c71982c8da72594f0017950 (patch) | |
| tree | 0ef3764d5000bc779d70f0ea9088be07442bff0f /lib | |
| parent | d901fc8d6f4ec8de329f4c9844ab401d1364607b (diff) | |
| download | emacs-86cec478835929993c71982c8da72594f0017950.tar.gz emacs-86cec478835929993c71982c8da72594f0017950.zip | |
lib/makefile.w32-in (ACL_H): New macro.
($(BLD)/acl-errno-valid.$(O)): Update dependencies.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/makefile.w32-in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index 5e2083aed1e..537b730b403 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in | |||
| @@ -78,6 +78,9 @@ GNU_LIB = . | |||
| 78 | SRC = $(EMACS_ROOT)/src | 78 | SRC = $(EMACS_ROOT)/src |
| 79 | NT_INC = $(EMACS_ROOT)/nt/inc | 79 | NT_INC = $(EMACS_ROOT)/nt/inc |
| 80 | 80 | ||
| 81 | ACL_H = $(GNU_LIB)/acl.h \ | ||
| 82 | $(NT_INC)/sys/stat.h \ | ||
| 83 | $(NT_INC)/stdbool.h | ||
| 81 | C_CTYPE_H = $(GNU_LIB)/c-ctype.h \ | 84 | C_CTYPE_H = $(GNU_LIB)/c-ctype.h \ |
| 82 | $(NT_INC)/stdbool.h | 85 | $(NT_INC)/stdbool.h |
| 83 | MS_W32_H = $(NT_INC)/ms-w32.h \ | 86 | MS_W32_H = $(NT_INC)/ms-w32.h \ |
| @@ -112,9 +115,8 @@ STAT_TIME_H = $(GNU_LIB)/stat-time.h \ | |||
| 112 | 115 | ||
| 113 | $(BLD)/acl-errno-valid.$(O) : \ | 116 | $(BLD)/acl-errno-valid.$(O) : \ |
| 114 | $(GNU_LIB)/acl-errno-valid.c \ | 117 | $(GNU_LIB)/acl-errno-valid.c \ |
| 115 | $(CONFIG_H) \ | 118 | $(ACL_H) \ |
| 116 | $(GNU_LIB)/acl.h \ | 119 | $(CONFIG_H) |
| 117 | $(NT_INC)/stdbool.h | ||
| 118 | 120 | ||
| 119 | $(BLD)/c-ctype.$(O) : \ | 121 | $(BLD)/c-ctype.$(O) : \ |
| 120 | $(GNU_LIB)/c-ctype.c \ | 122 | $(GNU_LIB)/c-ctype.c \ |