diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-04 06:15:26 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-04 06:15:26 +0000 |
commit | 26a92acada1efac8f19aed1037c93201cefde10f (patch) | |
tree | bc9012b2a38e07486e3cb7498defe93fbfd6399a | |
parent | 6699f0017efa50f4f5b10371ea93a039bf64e6fa (diff) | |
download | fetchmail-26a92acada1efac8f19aed1037c93201cefde10f.tar.gz fetchmail-26a92acada1efac8f19aed1037c93201cefde10f.tar.bz2 fetchmail-26a92acada1efac8f19aed1037c93201cefde10f.zip |
Minor makefile fixes.
svn path=/trunk/; revision=211
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index bfacd0db..1bfb21c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,7 +75,7 @@ popobjs = socket.o getpass.o pop2.o pop3.o imap.o fetchmail.o options.o \ rcfile_l.o rcfile_y.o rcfile.o daemon.o driver.o smtp.o xmalloc.o \ md5c.o md5ify.o -objs = $(popobjs) $(extras) +objs = $(popobjs) $(extras) $(EXTRAOBJS) srcs = $(srcdir)/socket.c $(srcdir)/getpass.c $(srcdir)/pop2.c \ $(srcdir)/pop3.c $(srcdir)/imap.c $(srcdir)/fetchmail.c \ @@ -205,7 +205,7 @@ $(srcdir)/rcfile_y.c: $(srcdir)/rcfile_y.y parser = $(srcdir)/rcfile_l.l $(srcdir)/rcfile_y.y headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/smtp.h extra = $(srcdir)/alloca.c $(srcdir)/getopt.[ch] $(srcdir)/getopt1.c \ - $(srcdir)/md5*.[ch] $(srcdir)/strcasecmp.c $(srcdir)/strdup.c + $(srcdir)/strcasecmp.c $(srcdir)/strdup.c docs = $(srcdir)/COPYING $(srcdir)/README $(srcdir)/INSTALL $(srcdir)/NEWS \ $(srcdir)/NOTES $(srcdir)/fetchmail.lsm $(srcdir)/RFC/*.txt \ $(srcdir)/*.man $(srcdir)/sample.rcfile @@ -15,6 +15,11 @@ Inflict severe pain on the person(s) responsible for removing LAST from POP3. Release Notes: +fetchmail-1.6 (): + +* Makefile fixes for correct linking on Sparcs and avoiding duplication of + the md5 files (leading to harmless instsll-time error messages). + fetchmail-1.5 (Thu Oct 3 04:35:15 EDT 1996): * Naturally, my decision to announce 1.4 on comp.os.linux.announce |