mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Fix #1822 with the help of the latest ACR
This commit is contained in:
parent
56a7b491e9
commit
046f0a447e
2
configure
vendored
2
configure
vendored
@ -115,7 +115,7 @@ done
|
||||
: ${INSTALL_PROGRAM:=${INSTALL} -m 755}
|
||||
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
|
||||
: ${INSTALL_MAN:=${INSTALL} -m 444}
|
||||
: ${INSTALL_LIB:=${INSTALL} -c}
|
||||
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
|
||||
PKGNAME='radare2' ; VERSION='0.9.9-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
include ../global.mk
|
||||
include config.mk
|
||||
include ../config-user.mk
|
||||
include ../mk/${COMPILER}.mk
|
||||
|
||||
DESTDIR:=$(call rmbdlslash,$(DESTDIR))
|
||||
|
Loading…
Reference in New Issue
Block a user