summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-21 05:00:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-21 05:00:33 +0000
commit3eb71e222112bce0e10a85263c63280985b269d3 (patch)
treeab2980cad359e37c62db86141eaca3fbd24a6d56 /common.mk
parentd059d718b505bacbf7af6e9c473eb95391d481d0 (diff)
common.mk: id.h
* common.mk (ID_H_TARGET): timestamp file makes no senses now. object files depending on id.h are always updated after parse.y is touched. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index a8f11f362d..64e293c8a9 100644
--- a/common.mk
+++ b/common.mk
@@ -27,7 +27,7 @@ REVISION_H = ./.revision.time
PLATFORM_D = ./$(PLATFORM_DIR)/.time
RDOCOUT = $(EXTOUT)/rdoc
CAPIOUT = doc/capi
-ID_H_TARGET = {$(VPATH)}./.id.h.time
+ID_H_TARGET = {$(VPATH)}id.h
DMYEXT = dmyext.$(OBJEXT)
NORMALMAINOBJ = main.$(OBJEXT)
@@ -852,11 +852,9 @@ incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}encdb.h {$(VPATH)}transdb.h {$(
insns: $(INSNS)
-$(ID_H_INCLUDES): $(ID_H_TARGET)
$(ID_H_TARGET): {$(VPATH)}parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl
$(ECHO) generating id.h
- $(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=id.h \
- --timestamp=$@ \
+ $(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=$@ \
$(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.h
node_name.inc: {$(VPATH)}node.h