diff options
Diffstat (limited to 'lib/Target/CellSPU/Makefile')
-rw-r--r-- | lib/Target/CellSPU/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Target/CellSPU/Makefile b/lib/Target/CellSPU/Makefile index 7abb40c..b204650 100644 --- a/lib/Target/CellSPU/Makefile +++ b/lib/Target/CellSPU/Makefile @@ -2,10 +2,11 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by a team from the Computer Systems Research -# Department at The Aerospace Corporation 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 = LLVMCellSPU TARGET = SPU |