Propagate CC from configure to Makefile.

This commit is contained in:
Dario Lombardo 2017-08-17 22:15:38 +02:00
commit 21503fde85
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1 @@
CC=gcc
STRIP=strip

3
configure vendored
View file

@ -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 :-)