From ec49799af416900f9d37e35f4d18f5e2a111668e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sun, 13 Nov 2005 19:38:32 +0000 Subject: [PATCH] remove link to install-mh that caused problems on some systems --- ChangeLog | 3 +++ uip/Makefile.in | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fdbf688..de7542e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-11-13 Oliver Kiddle + * bug #7833: uip/Makefile.in: remove link to install-mh that caused + problems on some systems + * bug #739: Makefile.in: install target now depends on all to avoid problem on case-insensitive file systems with the INSTALL file diff --git a/uip/Makefile.in b/uip/Makefile.in index 36bcb3d..54f9634 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -271,7 +271,6 @@ install-lcmds: $(LN) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders $(LN) $(DESTDIR)$(bindir)/show $(DESTDIR)$(bindir)/prev $(LN) $(DESTDIR)$(bindir)/show $(DESTDIR)$(bindir)/next - $(LN) $(DESTDIR)$(bindir)/install-mh $(DESTDIR)$(libdir)/install-mh # install misc support binaries install-misc: -- 1.7.10.4