mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 22:33:53 -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
|
STRIP=strip
|
||||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -1266,7 +1266,8 @@ echo "XHYDRA_SUPPORT=$XHYDRA_SUPPORT" >> Makefile.in
|
||||||
#fi
|
#fi
|
||||||
echo "STRIP=$STRIP" >> Makefile.in
|
echo "STRIP=$STRIP" >> Makefile.in
|
||||||
echo >> Makefile.in
|
echo >> Makefile.in
|
||||||
cat Makefile.unix > Makefile
|
echo "CC=$CC" > Makefile
|
||||||
|
cat Makefile.unix >> Makefile
|
||||||
cat Makefile.in >> Makefile
|
cat Makefile.in >> Makefile
|
||||||
# ignore errors if this uname call fails
|
# ignore errors if this uname call fails
|
||||||
### Current Cygwin is up to speed :-)
|
### Current Cygwin is up to speed :-)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue