mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 15:38:11 +00:00
Fix install target for new SHARED variable in Makefile
This commit is contained in:
parent
84fcd8289f
commit
9408c2fec8
@ -316,7 +316,11 @@ win64: hashcat64.exe
|
|||||||
## How to make /usr/bin/install doing recursive??
|
## How to make /usr/bin/install doing recursive??
|
||||||
##
|
##
|
||||||
|
|
||||||
install: hashcat_shared install_docs install_shared install_library install_hashcat
|
ifeq ($(SHARED),1)
|
||||||
|
install: install_docs install_shared install_library install_hashcat
|
||||||
|
else
|
||||||
|
install: install_docs install_shared install_hashcat
|
||||||
|
endif
|
||||||
|
|
||||||
install_docs:
|
install_docs:
|
||||||
$(INSTALL) -m 755 -d $(DESTDIR)$(DOCUMENT_FOLDER)
|
$(INSTALL) -m 755 -d $(DESTDIR)$(DOCUMENT_FOLDER)
|
||||||
|
Loading…
Reference in New Issue
Block a user