mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
config.status should be newer than config.cache if exists
This commit is contained in:
parent
5b06dd3a42
commit
23218d4ab2
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ else
|
|||
$(Q) $(RMALL) make_des_table*
|
||||
endif
|
||||
|
||||
config.status: $(wildcard config.cache)
|
||||
|
||||
STUBPROGRAM = rubystub$(EXEEXT)
|
||||
IGNOREDPATTERNS = %~ .% %.orig %.rej \#%\#
|
||||
SCRIPTBINDIR := $(if $(EXEEXT),,exec/)
|
||||
|
|
Loading…
Reference in a new issue