mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
Configure ruby with autoreconf
This commit is contained in:
parent
1655a20a55
commit
3e4fa52da6
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue