From 0e2ff4d9f255196880fb7d724b7ff8138eb3e9c3 Mon Sep 17 00:00:00 2001 From: Glenn Burkhardt Date: Tue, 16 Sep 2003 14:27:55 +0000 Subject: [PATCH] add command to remove $(libdir)/install-mh prior to creating the link --- uip/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/uip/Makefile.in b/uip/Makefile.in index 80c211c..6bdd4eb 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -266,6 +266,7 @@ install-lcmds: rm -f $(bindir)/folders rm -f $(bindir)/prev rm -f $(bindir)/next + rm -f $(libdir)/install-mh $(LN) $(bindir)/flist $(bindir)/flists $(LN) $(bindir)/folder $(bindir)/folders $(LN) $(bindir)/show $(bindir)/prev -- 1.7.10.4