summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am
index 293bd80c..16dc55da 100644
--- a/src/perl/Makefile.am
+++ b/src/perl/Makefile.am
@@ -141,7 +141,7 @@ all-local:
if [ ! -f Makefile ]; then \
$(perlpath) Makefile.PL $(PERL_MM_PARAMS); \
fi && \
- ($(MAKE) || $(MAKE)) && \
+ ($(MAKE) CC=$(CC) || $(MAKE) CC=$(CC)) && \
cd ..; \
done