diff options
Diffstat (limited to 'tools/gccld/Makefile')
-rw-r--r-- | tools/gccld/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile index dba89b9..920fb4d 100644 --- a/tools/gccld/Makefile +++ b/tools/gccld/Makefile @@ -1,3 +1,11 @@ +##===- tools/gccld/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. +# +##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = gccld |