Merge pull request #320 from joshhead/uninstall-binpath-fix

Add missing slashes in paths for make uninstall
This commit is contained in:
Clifford Wolf 2017-02-24 12:48:12 +01:00 committed by GitHub
commit f648b7cf79
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ ifeq ($(ENABLE_LIBYOSYS),1)
endif
uninstall:
$(INSTALL_SUDO) rm -vf $(addprefix $(DESTDIR)$(BINDIR),$(notdir $(TARGETS)))
$(INSTALL_SUDO) rm -vf $(addprefix $(DESTDIR)$(BINDIR)/,$(notdir $(TARGETS)))
$(INSTALL_SUDO) rm -rvf $(DESTDIR)$(DATDIR)
ifeq ($(ENABLE_LIBYOSYS),1)
$(INSTALL_SUDO) rm -vf $(DESTDIR)$(LIBDIR)/libyosys.so