diff options
| author | Eli Zaretskii | 2011-02-20 23:09:45 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-20 23:09:45 +0200 |
| commit | e1e6b4fb853e336b4069d3f40ceecee95b6fe309 (patch) | |
| tree | c20aadb4f749492dcdd4c666373e28350877b54f /lib | |
| parent | 6cac9cb117a63296885ffce71f5cd2d944930e89 (diff) | |
| download | emacs-e1e6b4fb853e336b4069d3f40ceecee95b6fe309.tar.gz emacs-e1e6b4fb853e336b4069d3f40ceecee95b6fe309.zip | |
Followup for 2011-02-20T18:50:26Z!eliz@gnu.org.
lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
$(EMACS_ROOT)/nt/inc/sys/stat.h.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/makefile.w32-in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index c60d85aa01c..02953c9863a 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in | |||
| @@ -99,7 +99,6 @@ $(BLD)/md5.$(O) : \ | |||
| 99 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 99 | $(EMACS_ROOT)/src/s/ms-w32.h \ |
| 100 | $(EMACS_ROOT)/src/m/intel386.h \ | 100 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 101 | $(EMACS_ROOT)/src/config.h \ | 101 | $(EMACS_ROOT)/src/config.h \ |
| 102 | $(EMACS_ROOT)/nt/inc/sys/stat.h \ | ||
| 103 | $(EMACS_ROOT)/lib/md5.h | 102 | $(EMACS_ROOT)/lib/md5.h |
| 104 | 103 | ||
| 105 | # The following dependencies are for supporting parallel builds, where | 104 | # The following dependencies are for supporting parallel builds, where |