From 38b0bcfcfe926b0cce06f4c25b85d65accd5c878 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 4 Jan 2000 18:47:44 +0000 Subject: [PATCH] (install-exec-hook): Remove link targets before installing. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c303da2..7a58df9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ SUFFIXES = .in chmod a+x $@ install-exec-hook: + cd $(bindir) && rm -f gunzip zcat zcmp zegrep zfgrep ln $(bindir)/gzip $(bindir)/gunzip ln $(bindir)/gzip $(bindir)/zcat ln $(bindir)/zdiff $(bindir)/zcmp -- 2.47.2