From 837ee86a60421d19ad00cac1204bc94d0a96bc56 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 9 Dec 1999 10:13:14 +0000 Subject: zsh-workers/8963 --- Src/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Src') diff --git a/Src/Makefile.in b/Src/Makefile.in index d9cd27fcc..7ad9dc918 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -175,12 +175,11 @@ install.bin-L: $(LIBZSH) # uninstall binary uninstall.bin-here: uninstall.bin-@L@ - tzsh=`echo zsh | sed '$(transform)'`; \ rm -f $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION) $(DESTDIR)$(bindir)/$(tzsh) uninstall.bin-N: uninstall.bin-L: - rm -f $(DESTDIR)$(libdir)/zsh/$(LIBZSH) + rm -f $(DESTDIR)$(libdir)/$(tzsh)/$(LIBZSH) # ========== DEPENDENCIES FOR CLEANUP ========== -- cgit 1.4.1