mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
gmake.mk: update timestamp of des_tables.c
* defs/gmake.mk (missing/des_tables.c): always update the timestamp unless make_des_table failed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a41206a110
commit
ed6ab036d9
1 changed files with 2 additions and 1 deletions
|
@ -87,6 +87,7 @@ else
|
|||
@[ -x ./make_des_table ]
|
||||
@$(ECHO) generating $@
|
||||
$(Q) $(MAKEDIRS) $(@D)
|
||||
$(Q) ./make_des_table | $(srcdir)/tool/ifchange $@ -
|
||||
$(Q) ./make_des_table > $@.new
|
||||
$(Q) mv $@.new $@
|
||||
$(Q) $(RMALL) make_des_table*
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue