summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler/Makefile')
-rw-r--r--llvm/projects/Stacker/lib/compiler/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/Makefile b/llvm/projects/Stacker/lib/compiler/Makefile
index f0fec438b6c..b837afb27a7 100644
--- a/llvm/projects/Stacker/lib/compiler/Makefile
+++ b/llvm/projects/Stacker/lib/compiler/Makefile
@@ -2,7 +2,6 @@
LEVEL := ../..
LIBRARYNAME := stkr_compiler
-BUILT_SOURCES := StackerParser.cpp StackerParser.h Lexer.cpp
include $(LEVEL)/Makefile.common
@@ -10,4 +9,4 @@ ifdef PARSE_DEBUG
INCLUDES += -DPARSE_DEBUG
endif
-$(OBJDIR)/Lexer.o : StackerParser.h
+$(ObjDir)/Lexer.o : $(PROJ_SRC_DIR)/StackerParser.h
OpenPOWER on IntegriCloud