From e929d3fe2cfb1233b6fbce2d596a885395aa46a4 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 18 Oct 2005 02:01:24 +0000 Subject: * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, ext/socket/extconf.rb: shouldn't define DESTCLEANFILES in depend, use $distcleanfiles in extconf.rb. * win32/Makefile.sub (distclean-local): should remove .config.h.time. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/depend | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/dl/depend') diff --git a/ext/dl/depend b/ext/dl/depend index 3d86c3405..3f05a2f80 100644 --- a/ext/dl/depend +++ b/ext/dl/depend @@ -1,5 +1,3 @@ -DISTCLEANFILES = $(srcdir)/callback.h - cfunc.o: cfunc.c dl.h cptr.o: cptr.c dl.h -- cgit