diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 04:28:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 04:28:41 +0000 |
commit | 41620bcbb3f21e2cf7d23242ab0d21b07c308a66 (patch) | |
tree | c31c58aeae5acf2c33d05bebe84ecd0cddfbc04c /Makefile.in | |
parent | 17b79e30b7dd686e0f11436030e7a9bcce7969b2 (diff) | |
download | fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.tar.gz fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.tar.bz2 fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.zip |
Brendan Cully's fixes for GSSAPI.
svn path=/trunk/; revision=1892
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 20b23d0b..1bd5d05b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -137,7 +137,7 @@ install: $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf @echo "Installing manual page..." $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) - ln -sf $(mandir)/fetchmailconf.$(manext) $(mandir)/fetchmail.$(manext) + ln -sf $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) uninstall: rm -f $(bindir)/fetchmail $(bindir)/fetchmailconf |