Configure ruby with autoreconf

This commit is contained in:
Roza 2021-02-28 02:01:49 -05:00
parent 1655a20a55
commit 3e4fa52da6
3 changed files with 3 additions and 3 deletions

View file

@ -300,7 +300,7 @@ $(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure
$(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS) $(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS)
$(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
cd $(DOWNLOADS)/ruby; autoconf cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/*.c: $(DOWNLOADS)/ruby/*.c:
$(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z; $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z;

View file

@ -289,7 +289,7 @@ $(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure
$(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS) $(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS)
$(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
cd $(DOWNLOADS)/ruby; autoconf cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/*.c: $(DOWNLOADS)/ruby/*.c:
$(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z; $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby --single-branch -b mkxp-z;

View file

@ -288,7 +288,7 @@ $(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure
$(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS) $(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS)
$(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c $(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
cd $(DOWNLOADS)/ruby; autoconf cd $(DOWNLOADS)/ruby; autoreconf -i
$(DOWNLOADS)/ruby/*.c: $(DOWNLOADS)/ruby/*.c:
$(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z; $(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z;