mirror of
https://github.com/hashcat/hashcat
synced 2024-12-01 20:18:12 +01: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??
|
||||
##
|
||||
|
||||
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) -m 755 -d $(DESTDIR)$(DOCUMENT_FOLDER)
|
||||
|
Loading…
Reference in New Issue
Block a user