From 5ac14c41871d6e9b4bab20d57fe6398733a96911 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 19 Apr 2018 20:44:25 -0600 Subject: [PATCH] * Replace body.c by body.obj in pith/makefile.wnt to fix compilation error. Reported by Ulf-Dietrich Braumann. --- pith/makefile.wnt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pith/makefile.wnt b/pith/makefile.wnt index 07cdc4c..4049f33 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 \ -- 2.11.4.GIT