mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove the dependency of Makefile on Makefile.in transitionally
This commit is contained in:
parent
200c840b95
commit
aef3bb3513
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ install-cross: $(arch)-fake.rb $(RBCONFIG) rbconfig.rb $(arch_hdrdir)/ruby/confi
|
|||
$(INSTALL_DATA) $(LIBRUBY) $(LIBRUBY_A) $(XRUBY_RUBYLIBDIR)/$(arch)
|
||||
$(INSTALL_PROGRAM) $(LIBRUBY_SO) $(XRUBY_RUBYLIBDIR)/$(arch)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(srcdir)/enc/Makefile.in
|
||||
Makefile: $(srcdir)/enc/Makefile.in
|
||||
|
||||
$(MKFILES): config.status $(srcdir)/version.h
|
||||
@[ -f $@ ] && mv $@ $@.old
|
||||
|
|
Loading…
Add table
Reference in a new issue