mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
All makefiles should use autoreconf -i
for Ruby
This commit is contained in:
parent
e9fdf46d49
commit
d2165d464a
2 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ $(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure
|
|||
$(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS)
|
||||
|
||||
$(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
|
||||
cd $(DOWNLOADS)/ruby; autoconf
|
||||
cd $(DOWNLOADS)/ruby; autoreconf -i
|
||||
|
||||
$(DOWNLOADS)/ruby/*.c:
|
||||
$(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z;
|
||||
|
|
|
@ -306,7 +306,7 @@ $(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure
|
|||
$(CONFIGURE) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS)
|
||||
|
||||
$(DOWNLOADS)/ruby/configure: $(DOWNLOADS)/ruby/*.c
|
||||
cd $(DOWNLOADS)/ruby; autoconf
|
||||
cd $(DOWNLOADS)/ruby; autoreconf -i
|
||||
|
||||
$(DOWNLOADS)/ruby/*.c:
|
||||
$(CLONE) $(GITLAB)/mkxp-z/ruby $(DOWNLOADS)/ruby -b mkxp-z;
|
||||
|
|
Loading…
Add table
Reference in a new issue