aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-28 14:53:47 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-28 14:53:47 +0000
commite059a5e4cc55cf254b4d42605c82545b41efa798 (patch)
tree1b42dbd8394d82dd81ba7b38577745ec0383fa57 /Makefile.in
parentf499d59f8f210e5d8042bf64b026da6b9fe2d5f8 (diff)
downloadfetchmail-e059a5e4cc55cf254b4d42605c82545b41efa798.tar.gz
fetchmail-e059a5e4cc55cf254b4d42605c82545b41efa798.tar.bz2
fetchmail-e059a5e4cc55cf254b4d42605c82545b41efa798.zip
Get rid of getopt.c.
svn path=/trunk/; revision=3499
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index de61067c..543662aa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51,7 +51,7 @@ extras = @LIBOBJS@
EXTRASRC = @EXTRASRC@
# EXTRASRC = $(srcdir)/strcasecmp.c $(srcdir)/alloca.c # QNX
EXTRAOBJ = @EXTRAOBJ@ @INTLOBJS@
-# EXTRAOBJ = strcasecmp.o getopt.o getopt1.o alloca.o
+# EXTRAOBJ = strcasecmp.o alloca.o
DESTDIR =
@@ -260,9 +260,8 @@ headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/smtp.h \
$(srcdir)/ntlm.h $(srcdir)/smb.h $(srcdir)/kerberos.h \
$(srcdir)/smbbyteorder.h $(srcdir)/smbdes.h $(srcdir)/smbencrypt.h \
$(srcdir)/smbmd4.h
-extra = $(srcdir)/alloca.c $(srcdir)/getopt.[ch] $(srcdir)/getopt1.c \
- $(srcdir)/strcasecmp.c $(srcdir)/strstr.c $(srcdir)/memmove.c \
- $(srcdir)/md5c.c
+extra = $(srcdir)/alloca.c $(srcdir)/strcasecmp.c $(srcdir)/strstr.c \
+ $(srcdir)/memmove.c $(srcdir)/md5c.c
docs = $(srcdir)/COPYING $(srcdir)/FEATURES $(srcdir)/fetchmail-features.html \
$(srcdir)/design-notes.html $(srcdir)/NOTES \
$(srcdir)/todo.html $(srcdir)/TODO \