Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: fix 'make uninstall DESTDIR=foo' for capstone-engine#1311 (c…
…apstone-engine#1314) Uninstall was prepending `$(DESTDIR)` twice to libdir: ```Makefile LIBDIR = $(DESTDIR)$(PREFIX)/$(LIBDIRARCH) ... uninstall: ... rm -f $(DESTDIR)$(LIBDIR)/lib$(LIBNAME).* ``` The change drops prefixing on `uninstall` site. Signed-off-by: Sergei Trofimovich <[email protected]>
- Loading branch information