From 0f91f0a71f073b5689ace6504cc62162e234ac79 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 7 Feb 1999 16:34:35 +0000 Subject: ln -s -f doesn't work right under Solaris. svn path=/trunk/; revision=2375 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f87ff300..d8becfe0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -147,7 +147,8 @@ install: $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf @echo "Installing manual page..." $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) - ln -f -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) + rm -f $(mandir)/fetchmailconf.$(manext) + ln -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) @echo "Installing language catalogs..." @POMAKE@ install -- cgit v1.2.3