1
0
Fork 0
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:
ttate 2002-04-02 12:06:23 +00:00
parent bb092343b4
commit 736b081e92

View file

@ -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"