diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-25 07:56:06 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-25 07:56:06 +0000 |
commit | 7a0f0e258b6dbeca3a9e357c22472cdd9f210b2b (patch) | |
tree | cb90e06b6bcbe1e44991d8d17cc57cb36872e939 /ext/ripper/depend | |
parent | f4afd05260398b9a3d58f0f266905179973d3285 (diff) |
ripper: fix ripper.E
* ext/ripper/depend (ripper.E): add missing $(INCFLAGS).
* ext/ripper/tools/strip.rb: insert an empty line for blank or
line directive lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/ripper/depend')
-rw-r--r-- | ext/ripper/depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend index 4f48512a41..f85d887a71 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -44,7 +44,7 @@ eventids2table.c: $(srcdir)/tools/generate.rb $(SRC2) preproc: ripper.E ripper.E: ripper.c $(ECHO) preprocessing ripper.c - $(Q) $(CC) -E $(CPPFLAGS) ripper.c | $(RUBY) $(srcdir)/tools/strip.rb > $@ + $(Q) $(CC) -E $(INCFLAGS) $(CPPFLAGS) $< | $(RUBY) $(srcdir)/tools/strip.rb > $@ # AUTOGENERATED DEPENDENCIES START ripper.o: $(RUBY_EXTCONF_H) |