http://bugzilla.spamassassin.org/show_bug.cgi?id=2862





------- Additional Comments From [EMAIL PROTECTED]  2004-01-06 12:36 -------
Malte, I would like you to either fix this or let me know the best place to fix
it. The latest files you checked in when built under WIN32 result in a makefile
that contains this

SPAMC_FILES = spamd/spamc.c spamd/getopt.c
LIBSPAMC_FILES = spamd/libspamc.c spamd/utils.c

all: spamd/spamc.exe

spamd/spamc.exe: $(SPAMC_FILES) $(LIBSPAMC_FILES)

  ==============

where it should contain

SPAMC_FILES = spamd\spamc.c spamd\getopt.c
LIBSPAMC_FILES = spamd\libspamc.c spamd\utils.c

all: spamd\spamc.exe

spamd\spamc.exe: $(SPAMC_FILES) $(LIBSPAMC_FILES)




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to