mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/etc: distclean
* ext/etc/extconf.rb: clean constdefs.h at distclean. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5a60ddc56d
commit
e877835700
1 changed files with 2 additions and 0 deletions
|
@ -38,4 +38,6 @@ have_struct_member('struct passwd', 'pw_expire', 'pwd.h')
|
|||
have_struct_member('struct passwd', 'pw_passwd', 'pwd.h')
|
||||
have_struct_member('struct group', 'gr_passwd', 'grp.h')
|
||||
|
||||
$distcleanfiles << "constdefs.h"
|
||||
|
||||
create_makefile("etc")
|
||||
|
|
Loading…
Reference in a new issue