summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler')
-rw-r--r--llvm/projects/Stacker/lib/compiler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/Makefile b/llvm/projects/Stacker/lib/compiler/Makefile
index 1f2db178d42..11276c1517c 100644
--- a/llvm/projects/Stacker/lib/compiler/Makefile
+++ b/llvm/projects/Stacker/lib/compiler/Makefile
@@ -18,3 +18,4 @@ CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
$(ObjDir)/Lexer.o : $(PROJ_SRC_DIR)/StackerParser.h
+$(ObjDir)/StackerCompiler.o : $(PROJ_SRC_DIR)/StackerParser.h
OpenPOWER on IntegriCloud