blob: 90a6a7cebf2963c1e3b77663ed50fc2c49197a16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2020-05-08 10:03:30 UTC
+++ Makefile
@@ -419,7 +419,7 @@ endif
$(INSTALL_DATA) $(PKGCFGF) $(PKGCFGDIR)
ifeq (,$(findstring yes,$(CAPSTONE_BUILD_CORE_ONLY)))
mkdir -p $(BINDIR)
- $(INSTALL_LIB) cstool/cstool $(BINDIR)
+ $(INSTALL_BIN) cstool/cstool $(BINDIR)
endif
uninstall:
|