summaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/compiler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/lib/compiler/Makefile')
-rw-r--r--projects/Stacker/lib/compiler/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile
index f0fec438b6..b837afb27a 100644
--- a/projects/Stacker/lib/compiler/Makefile
+++ b/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