From 6ce313006791b2e804c6de79c349076b370022e5 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 14 Aug 2001 20:05:21 +0000 Subject: * ext/digest/*/extconf.rb: really fix so that they build from any directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/rmd160/extconf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/digest/rmd160') diff --git a/ext/digest/rmd160/extconf.rb b/ext/digest/rmd160/extconf.rb index a1b178acb7..ce53c77b55 100644 --- a/ext/digest/rmd160/extconf.rb +++ b/ext/digest/rmd160/extconf.rb @@ -1,9 +1,9 @@ -# $RoughId: extconf.rb,v 1.1 2001/07/13 15:38:27 knu Exp $ +# $RoughId: extconf.rb,v 1.3 2001/08/14 19:54:51 knu Exp $ # $Id$ require "mkmf" -$CFLAGS << " -DHAVE_CONFIG_H -I$(srcdir)/.." +$CFLAGS << " -DHAVE_CONFIG_H -I#{File.dirname(__FILE__)}/.." $objs = [ "rmd160.#{$OBJEXT}", -- cgit v1.2.3