diff --git a/tools/Makefile b/tools/Makefile index c69e774d1c4..e62847c1c6e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = dis as opt analyze llc +DIRS = as dis opt analyze llc include $(LEVEL)/Makefile.common