From 99fcfec213fc7d7f6ee57a16c50ec377b3fd8a9c Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 15 Sep 1998 08:16:11 +0000 Subject: Use `rm -f ... ; $(LN_S) ...' instead of `ln -sf'. svn path=/trunk/; revision=378 --- calendar/Makefile.am | 2 +- calendar/gui/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 9e4163c932..3f1cb80632 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -78,4 +78,4 @@ install-data-local: $(mkinstalldirs) $(help_base)/C $(INSTALL_DATA) $(srcdir)/topic.dat $(help_base)/C/topic.dat $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(help_base)/C/gnome-cal.html - cd $(help_base)/C; ln -sf gnome-cal.html index.html + cd $(help_base)/C; rm -f index.html ; $(LN_S) gnome-cal.html index.html diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 9e4163c932..3f1cb80632 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -78,4 +78,4 @@ install-data-local: $(mkinstalldirs) $(help_base)/C $(INSTALL_DATA) $(srcdir)/topic.dat $(help_base)/C/topic.dat $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(help_base)/C/gnome-cal.html - cd $(help_base)/C; ln -sf gnome-cal.html index.html + cd $(help_base)/C; rm -f index.html ; $(LN_S) gnome-cal.html index.html -- cgit