summaryrefslogtreecommitdiff
path: root/utils/TableGen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r--utils/TableGen/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 667998242f..226fefa0e9 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -9,14 +9,13 @@ clean::
-rm -f FileParser.output
-dump::
+dump:: $(TOOLEXENAME_G)
$(TOOLEXENAME_G) < X86.td
-parse:
+parse: $(TOOLEXENAME_G)
$(TOOLEXENAME_G) < X86.td -parse
-test::
-
+test:: $(TOOLEXENAME_G)
@echo "enum {"
@$(TOOLEXENAME_G) < X86.td -class=Register
@echo