From 27a0815dbc15b1e837b115ade6f5e035152b60f9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 28 Sep 1996 20:43:39 +0000 Subject: The great options massacre. svn path=/trunk/; revision=178 --- Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7bbd795d..b7f7a016 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,15 +72,16 @@ ETAGS = etags -tw CTAGS = ctags -tw 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 + rcfile_l.o rcfile_y.o rcfile.o daemon.o driver.o smtp.o xmalloc.o \ + md5c.o md5ify.o -objs = $(popobjs) $(EXTRAOBJ) $(extras) +objs = $(popobjs) $(extras) srcs = $(srcdir)/socket.c $(srcdir)/getpass.c $(srcdir)/pop2.c \ $(srcdir)/pop3.c $(srcdir)/imap.c $(srcdir)/fetchmail.c \ $(srcdir)/options.c $(srcdir)/rcfile.c $(srcdir)/daemon.c \ $(srcdir)/driver.c $(srcdir)/smtp.c $(srcdir)/xmalloc.c \ - $(EXTRASRC) + $(srcdir)/md5c.c $(srcdir)/md5ify.c .SUFFIXES: .SUFFIXES: .o .c .h .y .l .ps .dvi .info .texi @@ -134,8 +135,7 @@ tags: $(tagsrcs) .PHONY: install installdirs install: installdirs \ - # $(bindir)/$(instname) $(infodir)/fetchmail.info \ - $(mandir)/$(instname).$(manext) + $(bindir)/$(instname) $(mandir)/$(instname).$(manext) installdirs: $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(infodir) $(mandir) -- cgit v1.2.3