diff options
| author | Jason Rumney | 2000-12-05 22:58:41 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-12-05 22:58:41 +0000 |
| commit | f0c822543d720b8ad07ea969457c887f81dac3f0 (patch) | |
| tree | d5d40abb5cc2edeca5b877cbd2b10056bfc78ab7 /src | |
| parent | 761907d5e2fd965db4c8c772e3eac9befce1ab13 (diff) | |
| download | emacs-f0c822543d720b8ad07ea969457c887f81dac3f0.tar.gz emacs-f0c822543d720b8ad07ea969457c887f81dac3f0.zip | |
(md5.o): Add target.
(sunfns.o): Remove target.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index e3898e8e5ef..3af600d102e 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -79,6 +79,7 @@ OBJ1 = $(BLD)/abbrev.$(O) \ | |||
| 79 | $(BLD)/lread.$(O) \ | 79 | $(BLD)/lread.$(O) \ |
| 80 | $(BLD)/macros.$(O) \ | 80 | $(BLD)/macros.$(O) \ |
| 81 | $(BLD)/marker.$(O) \ | 81 | $(BLD)/marker.$(O) \ |
| 82 | $(BLD)/md5.$(O) \ | ||
| 82 | $(BLD)/minibuf.$(O) \ | 83 | $(BLD)/minibuf.$(O) \ |
| 83 | $(BLD)/mocklisp.$(O) \ | 84 | $(BLD)/mocklisp.$(O) \ |
| 84 | $(BLD)/w32.$(O) \ | 85 | $(BLD)/w32.$(O) \ |
| @@ -575,7 +576,8 @@ $(BLD)/fns.$(O) : \ | |||
| 575 | $(SRC)/dispextern.h \ | 576 | $(SRC)/dispextern.h \ |
| 576 | $(SRC)/w32gui.h \ | 577 | $(SRC)/w32gui.h \ |
| 577 | $(SRC)/intervals.h \ | 578 | $(SRC)/intervals.h \ |
| 578 | $(SRC)/composite.h | 579 | $(SRC)/composite.h \ |
| 580 | $(SRC)/md5.h | ||
| 579 | 581 | ||
| 580 | $(BLD)/frame.$(O) : \ | 582 | $(BLD)/frame.$(O) : \ |
| 581 | $(SRC)/frame.c \ | 583 | $(SRC)/frame.c \ |
| @@ -737,6 +739,10 @@ $(BLD)/marker.$(O) : \ | |||
| 737 | $(EMACS_ROOT)/src/config.h \ | 739 | $(EMACS_ROOT)/src/config.h \ |
| 738 | $(SRC)/buffer.h | 740 | $(SRC)/buffer.h |
| 739 | 741 | ||
| 742 | $(BLD)/md5.$(O) : \ | ||
| 743 | $(SRC)/md5.c \ | ||
| 744 | $(SRC)/md5.h | ||
| 745 | |||
| 740 | $(BLD)/minibuf.$(O) : \ | 746 | $(BLD)/minibuf.$(O) : \ |
| 741 | $(SRC)/minibuf.c \ | 747 | $(SRC)/minibuf.c \ |
| 742 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 748 | $(EMACS_ROOT)/src/s/ms-w32.h \ |
| @@ -906,15 +912,6 @@ $(BLD)/strftime.$(O) : \ | |||
| 906 | $(EMACS_ROOT)/src/m/intel386.h \ | 912 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 907 | $(EMACS_ROOT)/src/config.h | 913 | $(EMACS_ROOT)/src/config.h |
| 908 | 914 | ||
| 909 | $(BLD)/sunfns.$(O) : \ | ||
| 910 | $(SRC)/sunfns.c \ | ||
| 911 | $(EMACS_ROOT)/src/s/ms-w32.h \ | ||
| 912 | $(EMACS_ROOT)/src/m/intel386.h \ | ||
| 913 | $(EMACS_ROOT)/src/config.h \ | ||
| 914 | $(SRC)/window.h \ | ||
| 915 | $(SRC)/buffer.h \ | ||
| 916 | $(SRC)/termhooks.h | ||
| 917 | |||
| 918 | $(BLD)/syntax.$(O) : \ | 915 | $(BLD)/syntax.$(O) : \ |
| 919 | $(SRC)/syntax.c \ | 916 | $(SRC)/syntax.c \ |
| 920 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 917 | $(EMACS_ROOT)/src/s/ms-w32.h \ |