summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Ruhnke <grumbel@gmail.com>2019-11-02 06:14:10 (EDT)
committer Julien Jorge <julien.jorge@stuff-o-matic.com>2019-11-05 09:29:31 (EST)
commit2e3b70a464771785398fd8617f2e08a874a0f256 (patch)
tree8898ab77b402d5905a34826cfa789e13c90dcc5d
parentda22959f442cacb02fd990a4e29b0cc236872363 (diff)
downloadxcftools-2e3b70a464771785398fd8617f2e08a874a0f256.zip
xcftools-2e3b70a464771785398fd8617f2e08a874a0f256.tar.gz
xcftools-2e3b70a464771785398fd8617f2e08a874a0f256.tar.bz2
Fix 'make' ignoring compiler detected by 'configure'
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f97c08..a90482d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,6 +30,7 @@ VERSION = @PACKAGE_VERSION@
APPNAME = @PACKAGE_TARNAME@
program_transform_name = @program_transform_name@
+CC = @CC@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@ @LIBICONV@
LIBS = @LIBS@