From 12b90ee4e7fe289972e4ac52efac42790c0d5035 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Jul 1997 05:46:25 +0000 Subject: Improved remote build. svn path=/trunk/; revision=1211 --- Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b73beac2..0d349fd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,7 @@ ETAGS = etags -tw CTAGS = ctags -tw protobjs = rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o \ - etrn.o fetchmail.o env.o options.o daemon.o smtp.o driver.o rfc822.o \ + etrn.o fetchmail.o env.o options.o daemon.o driver.o rfc822.o smtp.o \ xmalloc.o uid.o mxget.o md5c.o md5ify.o interface.o netrc.o base64.o \ error.o @@ -108,7 +108,7 @@ rfc822: rfc822.c gcc -DTESTMAIN -g rfc822.c -o rfc822 .c.o: - $(CC) $(defines) -c -I$(srcdir) -I. $(CFLAGS) $< $(OUTPUT_OPTION) + $(CC) $(defines) -c -I$(srcdir) -I. $(CFLAGS) $< # For some losing Unix makes. SHELL = /bin/sh @@ -247,4 +247,3 @@ rpm: dist cp $(RPMROOT)/SRPMS/fetchmail-$(VERS)*.src.rpm $(srcdir) # Automatically generated dependencies will be put at the end of the makefile. -# DO NOT DELETE THIS LINE -- makedepend depends on it. -- cgit v1.2.3