diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 |