summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-04-19 20:44:25 -0600
committerEduardo Chappa <chappa@washington.edu>2018-04-19 20:44:25 -0600
commit5ac14c41871d6e9b4bab20d57fe6398733a96911 (patch)
treeaac594dfd7965c0c5342d3b927d44d984094ac26
parente82db24ddfdbc3f72ac020e9713ea02184d20b6f (diff)
downloadalpine-5ac14c41871d6e9b4bab20d57fe6398733a96911.tar.xz
* Replace body.c by body.obj in pith/makefile.wnt to fix
compilation error. Reported by Ulf-Dietrich Braumann.
-rw-r--r--pith/makefile.wnt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/makefile.wnt b/pith/makefile.wnt
index 07cdc4c4..4049f33e 100644
--- a/pith/makefile.wnt
+++ b/pith/makefile.wnt
@@ -50,7 +50,7 @@ HFILES= ../include/system.h ../include/general.h \
state.h status.h store.h stream.h string.h strlst.h takeaddr.h tempfile.h text.h \
thread.h url.h user.h util.h
-OFILES= ablookup.obj abdlc.obj addrbook.obj addrstring.obj adrbklib.obj bldaddr.obj body.c charset.obj \
+OFILES= ablookup.obj abdlc.obj addrbook.obj addrstring.obj adrbklib.obj bldaddr.obj body.obj charset.obj \
color.obj conf.obj context.obj copyaddr.obj detoken.obj detach.obj editorial.obj escapes.obj \
filter.obj flag.obj folder.obj handle.obj help.obj helptext.obj hist.obj icache.obj \
ical.obj imap.obj init.obj \