From 9e1b74ff5b5ff6c1550ea1154daf206142e279b8 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 17 Aug 2012 06:36:53 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 -- common.mk | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 70bea392ac..309e39e2dd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/common.mk b/common.mk index e77d28819e..00955177c6 100644 --- a/common.mk +++ b/common.mk @@ -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)