From 0245c7aa161548fd176794f1b3495cb634b96049 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@9408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/depend | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/socket/depend') diff --git a/ext/socket/depend b/ext/socket/depend index eab099b..77d5b66 100644 --- a/ext/socket/depend +++ b/ext/socket/depend @@ -1,5 +1,3 @@ -DISTCLEANFILES = $(srcdir)/constants.h - socket.o: socket.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/rubyio.h $(hdrdir)/rubysig.h sockport.h constants.h getnameinfo.o: getnameinfo.c $(topdir)/config.h addrinfo.h sockport.h getaddrinfo.o: getaddrinfo.c $(topdir)/config.h addrinfo.h sockport.h -- cgit v1.1