mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Get rid of the RUBY, and use CPPFLAGS="$(CPPFLAGS) -DDEBUG"
in the debug phase. (Thanks Nakada) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bb092343b4
commit
736b081e92
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
RUBY = $(RUBY_INSTALL_NAME)$(EXEEXT)
|
||||
CLEANFILES = test/test.o
|
||||
DISTCLEANFILES = call.func callback.func cbtable.func dlconfig.rb dlconfig.h \
|
||||
test/libtest.so test/*~ *~ mkmf.log
|
||||
|
@ -42,4 +41,4 @@ cbtable.func: mkcbtable.rb dlconfig.rb
|
|||
@$(RUBY) $< > $@
|
||||
|
||||
debug:
|
||||
$(MAKE) CFLAGS+=-DDEBUG
|
||||
$(MAKE) CPPFLAGS="$(CPPFLAGS) -DDEBUG"
|
||||
|
|
Loading…
Reference in a new issue