From 7a2466096025df5b6d38dd629116f8e856fd1e7d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Dec 2013 04:32:51 +0000 Subject: Makefile.in, configure.in: cppflags * Makefile.in, configure.in (cppflags): allow setting cppflags from the confiugre command line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44255 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 98749dec61..d3313bea2e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,6 +62,7 @@ cflags = @cflags@ optflags = @optflags@ debugflags = @debugflags@ warnflags = @warnflags@ @strict_warnflags@ +cppflags = @cppflags@ INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) XCFLAGS = @XCFLAGS@ CPPFLAGS = @CPPFLAGS@ $(INCFLAGS) -- cgit v1.2.3