X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugger%2FMakefile;h=8290e3020fefc71fedb3b39691f8c38b58c6be13;hb=0a0e68a7eac0513505aff3079e2d5d6864e51895;hp=093bef5d6e5a5a4ad795e5b4130881e3fe6a0553;hpb=3758552428737f2467cc58ae81a064789637b4aa;p=oota-llvm.git diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile index 093bef5d6e5..8290e3020fe 100644 --- a/lib/Debugger/Makefile +++ b/lib/Debugger/Makefile @@ -1,14 +1,16 @@ ##===- lib/Debugger/Makefile -------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME = LLVMDebugger EXTRA_DIST = README.txt +REQUIRES_EH := 1 +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common