mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 14:23:54 -07:00
Propagate CC from configure to Makefile.
This commit is contained in:
parent
b9465a4c8c
commit
21503fde85
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1 @@
|
|||
CC=gcc
|
||||
STRIP=strip
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -1266,7 +1266,8 @@ echo "XHYDRA_SUPPORT=$XHYDRA_SUPPORT" >> Makefile.in
|
|||
#fi
|
||||
echo "STRIP=$STRIP" >> Makefile.in
|
||||
echo >> Makefile.in
|
||||
cat Makefile.unix > Makefile
|
||||
echo "CC=$CC" > Makefile
|
||||
cat Makefile.unix >> Makefile
|
||||
cat Makefile.in >> Makefile
|
||||
# ignore errors if this uname call fails
|
||||
### Current Cygwin is up to speed :-)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue