summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-16 01:55:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-16 01:55:01 +0000
commit835a5edf52c2ffd321678aba45264f6be42fcd35 (patch)
tree5aa3346eb981c667822283e070415007daf8f1fa /Makefile.in
parent7e0920723c0915673bcb52e1d4f4f3338ad68697 (diff)
* Makefile.in (CPP): already used in .c.i rule.
* cygwin/GNUmakefile.in (DLLWRAP, WINDRES): add --driver-name and --preprocessor options explicitly. [ruby-core:32776] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 99110b5caf..7a999082d7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,6 +11,7 @@ top_srcdir = $(srcdir)
hdrdir = $(srcdir)/include
CC = @CC@
+CPP = @CPP@
YACC = bison
PURIFY =
AUTOCONF = autoconf