From 7d9623eb242af760dc7b4f2bd93d46d3814dab36 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 3 Nov 2018 23:43:17 +0000 Subject: Makefile.in: use CC_WRAPPER * Makefile.in (CC_WRAPPER): use the wrapper to suppress warnings by Apple's broken packages when linking in the toplevel directory. * configure.ac (CC_WRAPPER): separate from CC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 73f0608544..e8debea17d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,6 +16,7 @@ top_srcdir = $(srcdir) hdrdir = $(srcdir)/include PLATFORM_DIR = @PLATFORM_DIR@ +CC_WRAPPER = @XCC_WRAPPER@ CC = @CC@ CPP = @CPP@ LD = @LD@ -- cgit v1.2.3