diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-16 18:21:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-16 18:21:50 +0000 |
commit | 9270efcc5fe730b6af7caf4857bdcf0193dcf5b7 (patch) | |
tree | 3cf5260fb6bbc0db00fd1d2fcb2c1cd39527b172 /lib/Target/Makefile | |
parent | ec7c1ab1dafa0fdb383d0e6df4726cecb4c88c70 (diff) | |
download | external_llvm-9270efcc5fe730b6af7caf4857bdcf0193dcf5b7.zip external_llvm-9270efcc5fe730b6af7caf4857bdcf0193dcf5b7.tar.gz external_llvm-9270efcc5fe730b6af7caf4857bdcf0193dcf5b7.tar.bz2 |
Fix fix fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r-- | lib/Target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 06af004..da74511 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,4 +1,4 @@ -##===- lib/Target/Makefile ------------------------------*- Makefile -*-===## +#===- lib/Target/Makefile ------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # |