diff options
Diffstat (limited to 'projects/Stacker/lib/compiler/Makefile')
-rw-r--r-- | projects/Stacker/lib/compiler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index f0fec43..b837afb 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 |