Skip to content

Commit

Permalink
Fix wrong make uninstall command (radareorg#9494)
Browse files Browse the repository at this point in the history
It tried to cd to a no longer-existent directory,
using a never existed `./libr/sysregs/d/Makefile`
  • Loading branch information
giuscri authored and radare committed Feb 24, 2018
1 parent b2b647a commit 8bf8d7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ deinstall uninstall:
cd binr && ${MAKE} uninstall PARENT=1
cd shlr && ${MAKE} uninstall PARENT=1
cd libr/syscall/d && ${MAKE} uninstall PARENT=1
cd libr/sysregs/d && ${MAKE} uninstall PARENT=1
cd libr/anal/d && ${MAKE} uninstall PARENT=1
@echo
@echo "Run 'make purge' to also remove installed files from previous versions of r2"
Expand Down

0 comments on commit 8bf8d7f

Please sign in to comment.