mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
incs: timestamp file
* Makefile.in, common.mk (incs): replace real header with the timestamp file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
42dc1e5ef8
commit
9e1b74ff5b
2 changed files with 1 additions and 3 deletions
|
@ -261,8 +261,6 @@ reconfig config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in \
|
|||
$(srcdir)/configure: $(srcdir)/configure.in
|
||||
$(CHDIR) $(srcdir) && exec $(AUTOCONF)
|
||||
|
||||
incs: id.h
|
||||
|
||||
# Things which should be considered:
|
||||
# * with gperf v.s. without gperf
|
||||
# * committers may have various versions of gperf
|
||||
|
|
|
@ -848,7 +848,7 @@ srcs-enc: $(ENC_MK)
|
|||
$(Q) $(MAKE) -f $(ENC_MK) RUBY="$(MINIRUBY)" MINIRUBY="$(MINIRUBY)" $(MFLAGS) srcs
|
||||
|
||||
incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}encdb.h {$(VPATH)}transdb.h {$(VPATH)}known_errors.inc \
|
||||
$(srcdir)/revision.h $(REVISION_H) enc/unicode/name2ctype.h
|
||||
$(srcdir)/revision.h $(REVISION_H) enc/unicode/name2ctype.h $(ID_H_TARGET)
|
||||
|
||||
insns: $(INSNS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue