diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-08 22:05:45 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-08 22:05:45 +0000 |
commit | d0974ede0b80cec97b88d8928ba1b664a312a001 (patch) | |
tree | 38d2c364f776cef128f3bb39cbe27aa6c204823b /Src | |
parent | 8a08c26f9a109ba5c5018fe723ac45056da2f907 (diff) | |
download | zsh-d0974ede0b80cec97b88d8928ba1b664a312a001.tar.gz zsh-d0974ede0b80cec97b88d8928ba1b664a312a001.tar.xz zsh-d0974ede0b80cec97b88d8928ba1b664a312a001.zip |
zsh-3.1.6-pws-11 zsh-3.1.6-pws-11
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in index 7ad9dc918..d9cd27fcc 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -175,11 +175,12 @@ 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)/$(tzsh)/$(LIBZSH) + rm -f $(DESTDIR)$(libdir)/zsh/$(LIBZSH) # ========== DEPENDENCIES FOR CLEANUP ========== |