summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 12:05:45 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 12:05:45 +0000
commita7208d2a8196e83131d0354aba2b9244b75f76d1 (patch)
tree8c24e69087d67f58fde9bea314855a9a318a56f8 /common.mk
parent1c9ba8330347f0fe6e47f89330126ec5b93eaff3 (diff)
* common.mk: support `make id.h` without `rm .id.h.time` after `rm id.h`.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 601b0dd201..4735a28596 100644
--- a/common.mk
+++ b/common.mk
@@ -852,8 +852,7 @@ 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
+$(ID_H_INCLUDES) $(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=$@ \