From 9e1b74ff5b5ff6c1550ea1154daf206142e279b8 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 17 Aug 2012 06:36:53 +0000 Subject: 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 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') 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) -- cgit v1.2.3