From 5e86e74526563f5bb6ad486edb3345abe334178f Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 18 Oct 2005 02:03:50 +0000 Subject: * sorry, commit miss. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dl') diff --git a/ext/dl/extconf.rb b/ext/dl/extconf.rb index ef9f09438..0eabff608 100644 --- a/ext/dl/extconf.rb +++ b/ext/dl/extconf.rb @@ -7,7 +7,7 @@ end $INSTALLFILES = [ ["dl.h", "$(archdir)$(target_prefix)", ""], ] -$distcleanfiles = "callback.h" +$distcleanfiles << "callback.h" check = true -- cgit