1
0
mirror of synced 2026-02-20 14:45:06 +00:00

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

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