diff options
Diffstat (limited to 'projects/Stacker/lib/compiler')
-rw-r--r-- | projects/Stacker/lib/compiler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/Stacker/lib/compiler/Makefile b/projects/Stacker/lib/compiler/Makefile index 053df43694..1f2db178d4 100644 --- a/projects/Stacker/lib/compiler/Makefile +++ b/projects/Stacker/lib/compiler/Makefile @@ -4,6 +4,7 @@ LEVEL := ../.. LIBRARYNAME := stkr_compiler EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \ StackerParser.cpp.cvs StackerParser.h.cvs StackerParser.y.cvs +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |