diff options
Diffstat (limited to 'tools/opt')
-rw-r--r-- | tools/opt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 726cad8..e8cd7e2 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -6,9 +6,9 @@ # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = opt +LEVEL := ../.. +TOOLNAME := opt LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo include $(LEVEL)/Makefile.common |