summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 4735a28596..763de08917 100644
--- a/common.mk
+++ b/common.mk
@@ -855,8 +855,8 @@ insns: $(INSNS)
$(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=$@ \
- $(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.h
+ --vpath=$(VPATH) --timestamp \
+ $(srcdir)/template/id.h.tmpl parse.h
node_name.inc: {$(VPATH)}node.h
$(ECHO) generating $@