diff options
| author | Jason Rumney | 2001-10-10 20:59:58 +0000 |
|---|---|---|
| committer | Jason Rumney | 2001-10-10 20:59:58 +0000 |
| commit | 57854d7a44ff88a052b171268aa0778dc74ee0ee (patch) | |
| tree | c338d83d1260e9dcb92ac7762337e63bb863a1b8 /lib-src | |
| parent | 031a1678236ee01e5cfdc61ff5c9ff74c9a28166 (diff) | |
| download | emacs-57854d7a44ff88a052b171268aa0778dc74ee0ee.tar.gz emacs-57854d7a44ff88a052b171268aa0778dc74ee0ee.zip | |
Remove fakemail from ALL
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 11b3174635f..d772628d006 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | # Boston, MA 02111-1307, USA. | 19 | # Boston, MA 02111-1307, USA. |
| 20 | # | 20 | # |
| 21 | 21 | ||
| 22 | ALL = make-docfile hexl ctags etags movemail fakemail ebrowse | 22 | ALL = make-docfile hexl ctags etags movemail ebrowse |
| 23 | 23 | ||
| 24 | .PHONY: $(ALL) | 24 | .PHONY: $(ALL) |
| 25 | 25 | ||
| @@ -39,7 +39,6 @@ LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ | |||
| 39 | # $(BLD)/digest-doc.exe \ | 39 | # $(BLD)/digest-doc.exe \ |
| 40 | # $(BLD)/test-distrib.exe \ | 40 | # $(BLD)/test-distrib.exe \ |
| 41 | 41 | ||
| 42 | |||
| 43 | LIBS = $(BASE_LIBS) $(ADVAPI32) | 42 | LIBS = $(BASE_LIBS) $(ADVAPI32) |
| 44 | 43 | ||
| 45 | $(BLD)/make-docfile.exe: $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O) | 44 | $(BLD)/make-docfile.exe: $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O) |