From 73eda1735f0d7d4c0e214cfd998ad01c2830ea64 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 20 Aug 2012 02:46:33 +0000 Subject: * common.mk: fix failed to make with -j2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 326fd43b94..a8f11f362d 100644 --- a/common.mk +++ b/common.mk @@ -852,6 +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 $(ECHO) generating id.h $(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=id.h \ -- cgit v1.2.3