From 36e3009461df70159a9dad1906c23fc51491f761 Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Mon, 7 Oct 1996 14:12:53 +0000
Subject: Fix for SPARCS.

svn path=/trunk/; revision=241
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 2ebe74a6..8960f52b 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) $(EXTRAOBJS)
+objs = $(popobjs) $(extras) $(EXTRAOBJ)
 
 srcs = $(srcdir)/socket.c $(srcdir)/getpass.c $(srcdir)/pop2.c 		\
        $(srcdir)/pop3.c $(srcdir)/imap.c $(srcdir)/fetchmail.c		\
-- 
cgit v1.2.3