aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-21 15:43:05 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-21 15:43:05 +0000
commitcdf5674b677fe96e1bd76d00a34ee7144bb0bb51 (patch)
tree70a13e7c2ec26cb1bdf0304330d1c22913690d8f
parente1298bd1f676342a78014fb27823f3944f96f9f7 (diff)
downloadfetchmail-cdf5674b677fe96e1bd76d00a34ee7144bb0bb51.tar.gz
fetchmail-cdf5674b677fe96e1bd76d00a34ee7144bb0bb51.tar.bz2
fetchmail-cdf5674b677fe96e1bd76d00a34ee7144bb0bb51.zip
Fix an HPUX glitch.
svn path=/trunk/; revision=909
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 466c4a30..94a7d1b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,7 +101,7 @@ all: fetchmail
$(protobjs): fetchmail.h
-fetchmail: $(srcdir)/rcfile_l.c $(srcdir)/rcfile_y.c $(objs)
+fetchmail: $(objs)
$(CC) $(LDFLAGS) $(objs) $(LOADLIBS) -o fetchmail
# Tester for address parsing