diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-31 05:46:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-31 05:46:25 +0000 |
commit | 12b90ee4e7fe289972e4ac52efac42790c0d5035 (patch) | |
tree | d5c18835257079bf601787e8772c416874da7bc7 /Makefile.in | |
parent | c5bbf37680d64c68382b26054eae002cb3b80ae9 (diff) | |
download | fetchmail-12b90ee4e7fe289972e4ac52efac42790c0d5035.tar.gz fetchmail-12b90ee4e7fe289972e4ac52efac42790c0d5035.tar.bz2 fetchmail-12b90ee4e7fe289972e4ac52efac42790c0d5035.zip |
Improved remote build.
svn path=/trunk/; revision=1211
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
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. |