From 736b081e92a081ffe274a62fe420a4b178540f04 Mon Sep 17 00:00:00 2001 From: ttate Date: Tue, 2 Apr 2002 12:06:23 +0000 Subject: 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 --- ext/dl/depend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/dl/depend b/ext/dl/depend index 50ef5cebbf..c66a7f0daf 100644 --- a/ext/dl/depend +++ b/ext/dl/depend @@ -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" -- cgit v1.2.3