X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugger%2FMakefile;h=7eb4485a6e87d73aa2ee581a6df8ab734771ff13;hb=3d01fc7de86c75926e4e5ac7cc49f0116018893d;hp=70ee46edefc0f9620b2fa52817b4bf52ceacb321;hpb=e9c701fd86a24c706871900f8ed979ea1e30f3ae;p=oota-llvm.git diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile index 70ee46edefc..7eb4485a6e8 100644 --- a/lib/Debugger/Makefile +++ b/lib/Debugger/Makefile @@ -2,8 +2,8 @@ # # 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. # ##===----------------------------------------------------------------------===## @@ -11,5 +11,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMDebugger EXTRA_DIST = README.txt REQUIRES_EH := 1 +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common